chore: use white list to publish npm

This commit is contained in:
harttle
2019-02-20 10:01:09 +08:00
parent 29f53304bc
commit 4bd35de867
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -1,3 +0,0 @@
/coverage
/test
.*
+5
View File
@@ -19,6 +19,11 @@
"type": "git",
"url": "git+https://github.com/harttle/liquidjs.git"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=4.8.7"
},