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

Commit 33b842c

Browse files
style(build): remove extra space
How sad that the lint script had a linting error that wasn't linted!
1 parent 2684c3f commit 33b842c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"test": "karma start",
77
"test-watch": "karma start --singleRun=false --autoWatch=true",
8-
"lint": "tslint index.ts && tslint ./**/*.ts",
8+
"lint": "tslint index.ts && tslint ./**/*.ts",
99
"commit": "npm run prepublish && npm test && git-cz",
1010
"prepublish": "ngc && npm run build",
1111
"build": "webpack && cp bundles/angularfire2-offline.umd.js bundles/index.js",

0 commit comments

Comments
 (0)