Skip to content

Commit

Permalink
package.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k.stoyanov committed Nov 10, 2023
1 parent 6781b19 commit 6cad3ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evo/graphql-tag-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "More optimized loader for lib graphql-tag",
"main": "./index.js",
"sideEffects": false,
Expand All @@ -10,7 +10,8 @@
"prettier-fix": "prettier . --write"
},
"files": [
"utils.js"
"utils.js",
"index.js"
],
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 6cad3ba

Please sign in to comment.