Skip to content

Commit ecddb2e

Browse files
alkheTheLarkInn
authored andcommitted
replace missing space in package.json (webpack#3144)
1 parent 80e8824 commit ecddb2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"test": "mocha --harmony --check-leaks",
8888
"travis": "npm run cover -- --report lcovonly",
8989
"appveyor": "mocha --harmony",
90-
"build:examples":"cd examples && node buildAll.js",
90+
"build:examples": "cd examples && node buildAll.js",
9191
"pretest": "npm run lint-files",
9292
"postcover": "npm run lint-files && npm run nsp",
9393
"lint-files": "npm run lint && npm run beautify-lint && npm run lint-file-standard",

0 commit comments

Comments
 (0)