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 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
4141plugin . compiler = vueify . compiler ;
42- plugin . version = '1.0.2 ' ;
42+ plugin . version = '1.0.3 ' ;
4343
4444module . exports = plugin ;
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ function plugin(options = {}) {
3535}
3636
3737plugin . compiler = compiler ;
38- plugin . version = '1.0.2 ' ;
38+ plugin . version = '1.0.3 ' ;
3939
You can’t perform that action at this time.
0 commit comments