Skip to content

Commit 94c0f07

Browse files
committed
more package adds and version bumps
1 parent e3932e5 commit 94c0f07

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
- npm install webpack -g
88
- pwd
99
- cd ../
10-
- git clone -b "2.3.2" https://github.com/Graylog2/graylog2-server.git
10+
- git clone -b "2.4.0" https://github.com/Graylog2/graylog2-server.git
1111
- cd graylog2-server/graylog2-web-interface
1212
- npm install
1313
- webpack --config webpack.vendor.js

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"immutable": "^3.7.5"
2525
},
2626
"devDependencies": {
27-
"graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin"
27+
"graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin",
28+
"webpack": "^3.11.0",
29+
"webpack-cli": "^2.1.3"
2830
}
2931
}

0 commit comments

Comments
 (0)