Try to fix lint in the package

This commit is contained in:
Tim Schaub
2017-05-02 15:47:27 -06:00
parent 8690bb7c12
commit d7969931e8
5 changed files with 21 additions and 9 deletions
+1
View File
@@ -13,6 +13,7 @@
"postinstall": "closure-util update",
"start": "node tasks/serve.js",
"pretest": "eslint tasks test test_rendering src examples",
"lint-package": "eslint --fix build/package",
"test": "node tasks/test.js",
"debug-server": "node tasks/serve-lib.js"
},