jasmine-core
Advanced tools
Comparing version 3.7.0 to 3.7.1
{ | ||
"name": "jasmine-core", | ||
"license": "MIT", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -33,2 +33,3 @@ # How to work on a Jasmine Release | ||
1. Update the version in `package.json` | ||
1. Run `npm run build`. | ||
1. Copy version to the Ruby gem with `grunt build:copyVersionToGem` | ||
@@ -45,2 +46,3 @@ | ||
1. Build the standalone distribution with `grunt buildStandaloneDist` | ||
1. This will generate `dist/jasmine-standalone-<version>.zip`, which you will upload later (see "Finally" below). | ||
@@ -81,4 +83,3 @@ ### Release the core Ruby gem | ||
1. Wait for Travis to go green again. | ||
1. `grunt release ` | ||
1. `npm publish .` | ||
1. `grunt release `. (Note: This will publish the package by running `npm publish`.) | ||
@@ -85,0 +86,0 @@ #### Gem |
Sorry, the diff of this file is too big to display
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
379800