Skip to content

Commit 9bab910

Browse files
committed
(build) - remove bower commands
1 parent 5d49941 commit 9bab910

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ cache:
1212

1313
before_install:
1414
- "npm --version"
15-
- "npm install -g bower"
1615

1716
install:
1817
- "npm install"
@@ -21,5 +20,3 @@ cache: yarn
2120

2221
script:
2322
- npm test
24-
25-

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"nodemailer": "^1.3.4"
1212
},
1313
"scripts": {
14-
"test": "karma start",
15-
"postinstall": "bower install"
14+
"test": "karma start"
1615
},
1716
"repository": {
1817
"type": "git",

0 commit comments

Comments
 (0)