Socket
Socket
Sign inDemoInstall

jasmine-core

Package Overview
Dependencies
0
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.7.0 to 3.7.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc