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

Commit 6d44121

Browse files
committed
Add chai to deps
1 parent 311b3b5 commit 6d44121

2 files changed

Lines changed: 55 additions & 1 deletion

File tree

package-lock.json

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"devDependencies": {
2525
"angular": "^1.4.4",
2626
"angular-mocks": "^1.4.3",
27-
"babelify": "7.3.0",
2827
"babel-core": "^6.9.0",
2928
"babel-eslint": "^6.0.2",
3029
"babel-plugin-external-helpers": "^6.5.0",
@@ -33,7 +32,9 @@
3332
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
3433
"babel-preset-es2015": "^6.9.0",
3534
"babel-preset-stage-0": "^6.5.0",
35+
"babelify": "7.3.0",
3636
"browser-sync": "^2.7.2",
37+
"chai": "^4.2.0",
3738
"chai-as-promised": "^5.3.0",
3839
"del": "^1.2.0",
3940
"gulp": "^3.8.11",

0 commit comments

Comments
 (0)