Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…sues/1406.  Also normalize 'bugs' URL, and change 'homepage' URL to point at waterline info page.
mikermcneil committed Nov 10, 2016

Verified

This commit was signed with the committer’s verified signature.
jsternberg Jonathan A. Sternberg
1 parent 63dc5f0 commit d89d2a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "waterline",
"description": "An ORM for Node.js and the Sails framework",
"description": "An ORM for Node.js and the Sails framework.",
"version": "0.11.5",
"homepage": "http://github.com/balderdashy/waterline",
"homepage": "http://waterlinejs.org",
"contributors": [
{
"name": "particlebanana",
@@ -63,10 +63,10 @@
"coverage": "make coverage"
},
"engines": {
"node": ">=0.10.0 <=5.x.x"
"node": ">=0.10.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/balderdashy/waterline/issues/new"
"url": "http://sailsjs.com/bugs"
}
}

0 comments on commit d89d2a6

Please sign in to comment.