Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kolirt committed Mar 17, 2024
1 parent 222d5ca commit 5d0fe35
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "vite-plugin-robots",
"version": "1.0.3",
"type": "module",
"version": "1.0.4",
"description": "Vite plugin for generating robots.txt for production and development builds",
"author": "kolirt",
"private": false,
Expand All @@ -20,14 +19,14 @@
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"import": "./dist/index.cjs"
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 5d0fe35

Please sign in to comment.