Skip to content

Commit 581ce83

Browse files
authored
Remove angular from package.json (#63)
1 parent e1ffb05 commit 581ce83

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.babelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"@babel/plugin-proposal-throw-expressions",
1111
"@babel/plugin-syntax-dynamic-import",
1212
"@babel/plugin-transform-runtime",
13-
"angularjs-annotate",
1413
["babel-plugin-transform-builtin-extend", {
1514
"globals": ["Error"]
1615
}]

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@b12/metronome",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "",
55
"main": "index.es6.js",
66
"scripts": {
@@ -55,12 +55,10 @@
5555
"@babel/register": "7.0.0",
5656
"@babel/runtime": "7.2.0",
5757
"@uirouter/react": "0.6.2",
58-
"angular-mocks": "1.4.8",
5958
"babel-core": "7.0.0-bridge.0",
6059
"babel-eslint": "10.0.1",
6160
"babel-jest": "24.1.0",
6261
"babel-loader": "8.0.4",
63-
"babel-plugin-angularjs-annotate": "0.9.0",
6462
"babel-plugin-istanbul": "4.0.0",
6563
"babel-plugin-lodash": "3.3.4",
6664
"babel-plugin-transform-builtin-extend": "1.1.2",

0 commit comments

Comments
 (0)