Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit a66a1ca

Browse files
committed
bump version
1 parent bee2e66 commit a66a1ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/rollup-plugin-vue.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* rollup-plugin-vue v1.0.2
2+
* rollup-plugin-vue v1.0.3
33
* (c) 2016 undefined
44
* Release under the MIT License.
55
*/
@@ -39,6 +39,6 @@ function plugin() {
3939
}
4040

4141
plugin.compiler = vueify.compiler;
42-
plugin.version = '1.0.2';
42+
plugin.version = '1.0.3';
4343

4444
module.exports = plugin;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "rollup-plugin-vue",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Roll .vue files",
55
"main": "dist/rollup-plugin-vue.common.js",
66
"jsnext": "src/index.js",
77
"scripts": {
88
"build": "NODE_ENV=production node --harmony config/build.js",
99
"test": "NODE_ENV=production mocha test/test.js --slow=5000 --timeout=10000",
10-
"coveralls": "NODE_ENV=production istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- test/test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
10+
"coveralls": "NODE_ENV=production istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --slow=5000 --timeout=10000 test/test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
1111
},
1212
"repository": {
1313
"type": "git",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ function plugin(options = {}) {
3535
}
3636

3737
plugin.compiler = compiler;
38-
plugin.version = '1.0.2';
38+
plugin.version = '1.0.3';
3939

0 commit comments

Comments
 (0)