can-dom-events
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -86,1 +86,18 @@ # Contributing to can-dom-events | ||
With the dev server running, you can view the docs at http://localhost:8080/docs/ | ||
### Making a release | ||
Run any of following commands to make a release: | ||
```shell | ||
npm version prerelease | ||
npm version patch | ||
npm version minor | ||
npm version major | ||
``` | ||
This will run the tests, make a build, bump the version number, and push the git | ||
tag for the release. | ||
See the [Making releases](https://canjs.com/doc/guides/contributing/releases.html#Makingreleases) | ||
docs to learn how to decide which type of version you should release. |
{ | ||
"name": "can-dom-events", | ||
"description": "Listen for native and custom DOM events", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": { | ||
@@ -14,3 +14,3 @@ "name": "Chris Andrejewski", | ||
"dependencies": { | ||
"can-globals": "^0.2.2", | ||
"can-globals": "<2.0.0", | ||
"can-namespace": "^1.0.0" | ||
@@ -47,2 +47,3 @@ }, | ||
"lint": "fixpack && npm run jshint", | ||
"postversion": "git push --follow-tags", | ||
"preversion": "npm test && npm run build", | ||
@@ -49,0 +50,0 @@ "test": "npm run detect-cycle && npm run lint && npm run testee", |
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
40144
+ Addedcan-globals@1.2.2(transitive)
- Removedcan-globals@0.2.6(transitive)
Updatedcan-globals@<2.0.0