Skip to content

Commit

Permalink
feat(ci): exports dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Jun 2, 2022
1 parent 709a143 commit e27fc18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
},
"license": "Apache-2.0",
"author": "",
"main": "cosmoz-page-router.js",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"files": [
"lib/",
"cosmoz-*.js"
"dist/*"
],
"scripts": {
"lint": "tsc && eslint --cache .",
Expand Down

0 comments on commit e27fc18

Please sign in to comment.