Skip to content

Commit

Permalink
Version 1.16.0
Browse files Browse the repository at this point in the history
- Fix dependencies to prevent major package updates
- Add project status (maintenance mode)
  • Loading branch information
Christopher J. Brody committed Aug 31, 2018
1 parent 6c578d1 commit 9ade6f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,14 @@ jasmine-node
This node.js module makes the wonderful [Pivotal Lab's jasmine](http://github.com/pivotal/jasmine)
spec framework available in node.js.


Project status
--------------

This project is now in maintenance mode. It is recommended to use the `jasmine` or `jasmine-npm`
package whenever possible.


jasmine
-------

Expand Down Expand Up @@ -238,6 +246,7 @@ to update this with your PR.
changelog
---------

* _1.16.0_ Fix `dependencies` to prevent major package updates
* _1.15.1_ Use coffeescript@1 to avoid potentially breaking change in a minor release
* _1.15.0_ Switch to coffeescript package
* _1.14.6_ Update dependencies to resolve `npm audit` issues
Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jasmine-node",
"version": "1.15.0",
"version": "1.16.0",
"description": "DOM-less simple JavaScript BDD testing framework for Node",
"contributors": [
"Martin Häger <martin.haeger@gmail.com>",
Expand All @@ -25,13 +25,13 @@
"license": "MIT",
"dependencies": {
"coffeescript": "^1.0.1",
"jasmine-reporters": "~1.0.0",
"jasmine-growl-reporter": "~1.0.1",
"requirejs": ">=0.27.1",
"walkdir": ">= 0.0.1",
"underscore": ">= 1.3.1",
"gaze": "~1.1.2",
"mkdirp": "~0.3.5"
"jasmine-growl-reporter": "~1.0.1",
"jasmine-reporters": "~1.0.0",
"mkdirp": "~0.3.5",
"requirejs": "^2.3.6",
"underscore": "^1.9.1",
"walkdir": "~0.0.12"
},
"bin": "bin/jasmine-node",
"preferGlobal": true,
Expand Down

0 comments on commit 9ade6f1

Please sign in to comment.