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 be21827 commit 3ddf55dCopy full SHA for 3ddf55d
2 files changed
examples/modus-inline/unparseable.js
package.json
@@ -53,7 +53,7 @@
53
],
54
"scripts": {
55
"prepublish": "webpack ./client/live.js client/live.bundle.js --color --config client/webpack.config.js -p && webpack ./client/index.js client/index.bundle.js --color --config client/webpack.config.js -p",
56
- "lint": "eslint bin lib test client/{index,live,webpack.config}.js",
+ "lint": "eslint bin lib test examples client/{index,live,webpack.config}.js",
57
"beautify-lint": "beautify-lint lib/**.js bin/**.js client/{index,live,webpack.config}.js",
58
"beautify": "beautify-rewrite lib/**.js bin/**.js client/{index,live,webpack.config}.js",
59
"travis": "npm run lint && npm run beautify-lint && node lib/Server.js"
0 commit comments