Comparing version 3.0.1 to 3.0.2
@@ -114,3 +114,3 @@ require('es6-promise').polyfill() | ||
' if (!hotAPI.compatible) return\n' + | ||
' var id = module.exports.hotID = ' + JSON.stringify(filePath) + '\n' + | ||
' var id = ' + JSON.stringify(filePath) + '\n' + | ||
// remove style tag on dispose | ||
@@ -117,0 +117,0 @@ (style |
{ | ||
"name": "vueify", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Vue component transform for Browserify", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"through": "^2.3.6", | ||
"vue-hot-reload-api": "^1.1.0" | ||
"vue-hot-reload-api": "^1.2.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
31049
Updatedvue-hot-reload-api@^1.2.0