Skip to content

Commit

Permalink
Changing NPM file directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dmelosantos committed Jun 11, 2018
1 parent 7b76708 commit 51b4d68
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-sample-library",
"version": "1.0.3",
"version": "1.0.4",
"description": "ES6 Sample Library for demonstration of Github tags vs Npm Releases",
"scripts": {
"test": "jest",
Expand All @@ -18,8 +18,12 @@
"license": "ISC",
"main": "index.js",
"files": [
"index.js"
"index.js",
"lib/*"
],
"directories": {
"lib": "./lib"
},
"bugs": {
"url": "https://github.com/dmelosantos/es6-sample-library/issues"
},
Expand Down

0 comments on commit 51b4d68

Please sign in to comment.