We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9a519 commit 6734df5Copy full SHA for 6734df5
.npmignore
@@ -3,6 +3,7 @@ npm-debug.log
3
4
# Uncompiled Source Files
5
src
6
+test
7
8
# Node Modules
9
node_modules/
@@ -23,4 +24,7 @@ lib/test
23
24
25
# Github Configuration Files
26
_config.yml
-.git*
27
+.git*
28
+
29
+# Extra documentation files
30
+upgrade_guides/*
package.json
@@ -21,7 +21,7 @@
21
"compile": "tsc -p tsconfig.build.json",
22
"coverage": "nyc npm run test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
- "lint": "eslint --ext .js,.ts src",
+ "lint": "eslint --ext .js,.ts src test",
"prepublishOnly": "npm run build",
"test": "mocha -r ts-node/register test/index.ts"
},
0 commit comments