Skip to content

Commit

Permalink
Include /dist folder in the output package
Browse files Browse the repository at this point in the history
  • Loading branch information
ludak committed May 30, 2021
1 parent 5f06b7d commit ec0bf57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "Less Verbose Programming",
"main": "./src/index.js",
"files": [
"src",
"dist"
],
"directories": {
"test": "tests"
},
Expand All @@ -20,7 +24,7 @@
"orbfunctions"
],
"author": "NareshPS",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/NareshPS/orb-functions/issues"
},
Expand Down

0 comments on commit ec0bf57

Please # to comment.