Skip to content

Commit b8c27ba

Browse files
author
Steffan
committed
update dependencies
1 parent b671a17 commit b8c27ba

File tree

3 files changed

+464
-357
lines changed

3 files changed

+464
-357
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
karma start test/karma.conf.js --single-run --browsers Chrome,Firefox
3232
- run:
3333
name: Build Release
34-
command: yarn run build
34+
command: yarn build

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-resource",
3-
"version": "1.5.1",
3+
"version": "1.5.0",
44
"main": "dist/vue-resource.common.js",
55
"module": "dist/vue-resource.esm.js",
66
"unpkg": "dist/vue-resource.min.js",
@@ -50,10 +50,10 @@
5050
"karma-safari-launcher": "^1.0.0",
5151
"karma-webpack": "^2.0.9",
5252
"replace-in-file": "^3.1.1",
53-
"rollup": "^0.56.2",
53+
"rollup": "^0.57.1",
5454
"rollup-plugin-buble": "^0.19.1",
5555
"uglify-js": "^3.3.10",
5656
"vue": "^2.5.13",
5757
"webpack": "^3.11.0"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)