This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*!
2
- * rollup-plugin-vue v1.0.2
2
+ * rollup-plugin-vue v1.0.3
3
3
* (c) 2016 undefined
4
4
* Release under the MIT License.
5
5
*/
@@ -39,6 +39,6 @@ function plugin() {
39
39
}
40
40
41
41
plugin . compiler = vueify . compiler ;
42
- plugin . version = '1.0.2 ' ;
42
+ plugin . version = '1.0.3 ' ;
43
43
44
44
module . exports = plugin ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rollup-plugin-vue" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Roll .vue files" ,
5
5
"main" : " dist/rollup-plugin-vue.common.js" ,
6
6
"jsnext" : " src/index.js" ,
7
7
"scripts" : {
8
8
"build" : " NODE_ENV=production node --harmony config/build.js" ,
9
9
"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"
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ function plugin(options = {}) {
35
35
}
36
36
37
37
plugin . compiler = compiler ;
38
- plugin . version = '1.0.2 ' ;
38
+ plugin . version = '1.0.3 ' ;
39
39
You can’t perform that action at this time.
0 commit comments