select-pure
Advanced tools
Comparing version 0.1.16 to 0.2.0
{ | ||
"name": "select-pure", | ||
"version": "0.1.16", | ||
"version": "0.2.0", | ||
"description": "Pure JavaScript select component.", | ||
@@ -25,8 +25,9 @@ "author": { | ||
"build:lib": "babel -d lib src", | ||
"build": "npm run build:dist && npm run build:lib", | ||
"build": "yarn build:dist && yarn build:lib", | ||
"test": "jest --no-cache --coverage", | ||
"test:update-coverage": "./scripts/update-coverage.sh", | ||
"lint:js": "./node_modules/eslint/bin/eslint.js src/", | ||
"lint:tests": "./node_modules/eslint/bin/eslint.js tests/", | ||
"lint:all": "npm run lint:js && npm run lint:tests", | ||
"prepublish": "npm run lint:all && npm run test && npm run build", | ||
"lint:all": "yarn lint:js && yarn lint:tests", | ||
"prepublish": "yarn lint:all && yarn test && yarn build && yarn test:update-coverage", | ||
"commit": "git-cz" | ||
@@ -33,0 +34,0 @@ }, |
@@ -67,4 +67,12 @@ # SelectPure JavaScript component | ||
## TODO | ||
- [ ] Callback for updating select | ||
- [ ] React wrapper | ||
- [ ] Angular wrapper | ||
```MIT``` | ||
## License | ||
```MIT``` |
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
22610
78