Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHandsomeCoder committed May 14, 2017
1 parent a3c5707 commit 71b6f5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 208 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
**.sw*
**.log
examples/**/bundle.js
./tests/re-base.tests.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"scripts": {
"build": "webpack",
"test": "karma start tests/karma.conf.js tsc ./tests/re-base.tests.ts",
"test": "tsc ./tests/re-base.tests.ts && karma start tests/karma.conf.js",
"travis": "./node_modules/karma/bin/karma start tests/karma.conf.js"
},
"license": "MIT"
Expand Down
207 changes: 0 additions & 207 deletions tests/re-base.tests.js

This file was deleted.

0 comments on commit 71b6f5d

Please sign in to comment.