We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e8824 commit ecddb2eCopy full SHA for ecddb2e
1 file changed
package.json
@@ -87,7 +87,7 @@
87
"test": "mocha --harmony --check-leaks",
88
"travis": "npm run cover -- --report lcovonly",
89
"appveyor": "mocha --harmony",
90
- "build:examples":"cd examples && node buildAll.js",
+ "build:examples": "cd examples && node buildAll.js",
91
"pretest": "npm run lint-files",
92
"postcover": "npm run lint-files && npm run nsp",
93
"lint-files": "npm run lint && npm run beautify-lint && npm run lint-file-standard",
0 commit comments