We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b671a17 commit b8c27baCopy full SHA for b8c27ba
.circleci/config.yml
@@ -31,4 +31,4 @@ jobs:
31
karma start test/karma.conf.js --single-run --browsers Chrome,Firefox
32
- run:
33
name: Build Release
34
- command: yarn run build
+ command: yarn build
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-resource",
3
- "version": "1.5.1",
+ "version": "1.5.0",
4
"main": "dist/vue-resource.common.js",
5
"module": "dist/vue-resource.esm.js",
6
"unpkg": "dist/vue-resource.min.js",
@@ -50,10 +50,10 @@
50
"karma-safari-launcher": "^1.0.0",
51
"karma-webpack": "^2.0.9",
52
"replace-in-file": "^3.1.1",
53
- "rollup": "^0.56.2",
+ "rollup": "^0.57.1",
54
"rollup-plugin-buble": "^0.19.1",
55
"uglify-js": "^3.3.10",
56
"vue": "^2.5.13",
57
"webpack": "^3.11.0"
58
}
59
-}
+}
0 commit comments