不要怂,就是干,撸起袖子干!

Commit 6674a3c8 by Sushant

fix: use files and remove .npmignore

1 parent a1ccf047
Showing with 4 additions and 0 deletions
...@@ -99,6 +99,10 @@ ...@@ -99,6 +99,10 @@
"object relational mapper" "object relational mapper"
], ],
"main": "index", "main": "index",
"files": [
"lib",
"index.js"
],
"options": { "options": {
"env_cmd": "./test/config/.docker.env", "env_cmd": "./test/config/.docker.env",
"mocha": "--globals setImmediate,clearImmediate --ui tdd --exit --check-leaks --colors -t 30000 --reporter spec" "mocha": "--globals setImmediate,clearImmediate --ui tdd --exit --check-leaks --colors -t 30000 --reporter spec"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!