ampersand-checkbox-view
Advanced tools
Comparing version 4.1.0 to 5.0.0
{ | ||
"name": "ampersand-checkbox-view", | ||
"description": "A view module for intelligently rendering and validating checkbox input. Works well with ampersand-form-view.", | ||
"version": "4.1.0", | ||
"version": "5.0.0", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -17,15 +17,12 @@ "browserify": { | ||
"ampersand-version": "^1.0.2", | ||
"ampersand-view": "^8.0.0" | ||
"ampersand-view": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"ampersand-view-conventions": ">=1.1.6", | ||
"browserify": "~10.2.4", | ||
"function-bind": "~1.0.2", | ||
"jshint": "~2.8.0", | ||
"phantomjs": "^1.9.7-15", | ||
"phantomjs": "^1.9.19", | ||
"precommit-hook": "~3.0.0", | ||
"run-browser": "~2.0.2", | ||
"tap-spec": "~4.0.0", | ||
"tape": "~4.0.0", | ||
"tape-run": "~1.0.0" | ||
"tape": "^4.4.0", | ||
"zuul": "^3.9.0" | ||
}, | ||
@@ -45,4 +42,5 @@ "homepage": "https://github.com/ampersandjs/ampersand-checkbox-view", | ||
"scripts": { | ||
"test": "browserify test/* | tape-run | tap-spec", | ||
"start": "run-browser test/*", | ||
"start": "zuul --local -- test/index.js", | ||
"test": "zuul --phantom -- test/index.js", | ||
"test-ci": "zuul -- test/index.js", | ||
"preversion": "git checkout master && git pull && npm ls", | ||
@@ -55,18 +53,2 @@ "publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish", | ||
}, | ||
"testling": { | ||
"files": "test/*.js", | ||
"browsers": [ | ||
"ie/9..latest", | ||
"firefox/17..latest", | ||
"firefox/nightly", | ||
"chrome/22..latest", | ||
"chrome/canary", | ||
"opera/12..latest", | ||
"opera/next", | ||
"safari/5.1..latest", | ||
"ipad/6.0..latest", | ||
"iphone/6.0..latest", | ||
"android-browser/4.2..latest" | ||
] | ||
}, | ||
"pre-commit": [ | ||
@@ -73,0 +55,0 @@ "lint", |
@@ -89,8 +89,5 @@ # ampersand-checkbox-view | ||
## browser support | ||
[![testling badge](https://ci.testling.com/AmpersandJS/ampersand-checkbox-view.png)](https://ci.testling.com/AmpersandJS/ampersand-checkbox-view) | ||
## changelog | ||
- 5.0.0 | ||
- Upgrade to &-view 9.x | ||
- 4.1.0 | ||
@@ -110,2 +107,1 @@ - Remove `domify` and using ampersand-view `renderWithTemplate` | ||
MIT | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
14154
7
153
106
+ Addedampersand-view@9.0.2(transitive)
+ Addedlodash.get@3.7.0(transitive)
- Removedampersand-view@8.0.1(transitive)
- Removedget-object-path@0.0.2(transitive)
Updatedampersand-view@^9.0.0