Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
style(build): remove extra space
Browse files Browse the repository at this point in the history
How sad that the lint script had a linting error that wasn't linted!
  • Loading branch information
adriancarriger committed Apr 12, 2017
1 parent 2684c3f commit 33b842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "karma start",
"test-watch": "karma start --singleRun=false --autoWatch=true",
"lint": "tslint index.ts && tslint ./**/*.ts",
"lint": "tslint index.ts && tslint ./**/*.ts",
"commit": "npm run prepublish && npm test && git-cz",
"prepublish": "ngc && npm run build",
"build": "webpack && cp bundles/angularfire2-offline.umd.js bundles/index.js",
Expand Down

0 comments on commit 33b842c

Please sign in to comment.