diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f90cfdf..8332eeb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "npm run build && ./node_modules/karma/bin/karma start", "build": "rm -rf lib && mkdir lib && babel src -d lib", - "lint": "eslint src", + "lint": "eslint src examples/examples.js", "preversion": "npm run lint && npm run test && npm run build-examples", "prepublish": "npm run build", "build-examples": "npm run clean && webpack --config examples/webpack.config.build.babel.js --progress", |