Skip to content

Commit

Permalink
feat($compile): Retreiving files in a drop zone
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Akopkokhyants authored and Sergey Akopkokhyants committed Jun 2, 2017
1 parent 564cc64 commit f659cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.0.0-semantically-released",
"scripts": {
"test": "karma start",
"test-watch": "tsc && karma start --no-single-run --auto-watch",
"test-watch": "tsc --noUnusedParameters --noUnusedLocals && karma start --no-single-run --auto-watch",
"commit": "npm run prepublish && npm test && git-cz",
"prepublish": "ngc && npm run build",
"prepublish": "ngc --noUnusedParameters --noUnusedLocals && npm run build",
"build": "webpack && cp style.css bundles/style.css",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"no-shadowed-variable": true,
"no-string-literal": false,
"no-unused-expression": true,
"no-unused-variable": true,
"object-literal-sort-keys": false,
"one-line": [
true,
Expand Down

0 comments on commit f659cf5

Please sign in to comment.