Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,9 @@ | ||
## [0.1.2] - 2016-08-14 | ||
### Fixed | ||
- Moved `vue` to `peerDependencies` | ||
### Changed | ||
- Moved from `envify` to `loose-envify` | ||
## [0.1.1] - 2015-12-26 | ||
@@ -18,1 +26,2 @@ | ||
[0.1.1]: https://github.com/simplesmiler/vue-focus/compare/0.1.0...0.1.1 | ||
[0.1.2]: https://github.com/simplesmiler/vue-focus/compare/0.1.1...0.1.2 |
{ | ||
"name": "vue-focus", | ||
"description": "Reusable focus directive for reusable Vue.js components", | ||
"version": "0.1.1", | ||
"description": "A set of reusable focus directives for reusable Vue.js components", | ||
"version": "0.1.2", | ||
"author": "Denis Karabaza <denis.karabaza@gmail.com>", | ||
"browserify": { | ||
"transform": [ | ||
"envify" | ||
"loose-envify" | ||
] | ||
@@ -15,4 +15,3 @@ }, | ||
"dependencies": { | ||
"envify": "^3.4.0", | ||
"vue": "^1.0.0" | ||
"loose-envify": "^1.2.0" | ||
}, | ||
@@ -40,2 +39,5 @@ "devDependencies": { | ||
"main": "dist/vue-focus.common.js", | ||
"peerDependencies": { | ||
"vue": "^1.0.0" | ||
}, | ||
"repository": { | ||
@@ -42,0 +44,0 @@ "type": "git", |
@@ -41,5 +41,5 @@ # vue-focus | ||
``` html | ||
<script src="https://cdn.rawgit.com/simplesmiler/vue-focus/0.1.1/dist/vue-focus.js"></script> | ||
<script src="https://cdn.rawgit.com/simplesmiler/vue-focus/0.1.2/dist/vue-focus.js"></script> | ||
<!-- OR --> | ||
<script src="https://cdn.rawgit.com/simplesmiler/vue-focus/0.1.1/dist/vue-focus.min.js"></script> | ||
<script src="https://cdn.rawgit.com/simplesmiler/vue-focus/0.1.2/dist/vue-focus.min.js"></script> | ||
``` | ||
@@ -46,0 +46,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16809
+ Addedloose-envify@^1.2.0
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
- Removedenvify@^3.4.0
- Removedvue@^1.0.0