Skip to content

Commit

Permalink
fix: remove test files when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL committed Mar 16, 2019
1 parent 1bb0e3d commit f44d875
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"release": "np",
"test": "jest",
"test:coverage": "jest --collect-coverage"
},
Expand Down Expand Up @@ -51,5 +50,8 @@
},
"engines": {
"node": "8.x"
}
},
"files": [
"/src"
]
}

0 comments on commit f44d875

Please sign in to comment.