Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbovet committed Sep 12, 2019
1 parent 6d5582d commit 17af410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "hybind",
"version": "1.5.0",
"version": "1.6.0",
"description": "Binds javascript objects to HAL hypermedia REST APIs",
"main": "index.js",
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node --coffee index.spec.coffee",
"prepublish": "./node_modules/coffee-script/bin/coffee -c index.coffee"
"test": "jasmine-node --coffee index.spec.coffee",
"prepublish": "coffee -c index.coffee"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 17af410

Please sign in to comment.