Skip to content

Commit

Permalink
Bump version to 1.0 pre now that we have 0.12 branched. Remove preins…
Browse files Browse the repository at this point in the history
…tall re #3674.  And also add .github/ to the npmignore to lighten installs, and use the version of mocha bundled as a dev dependency.
  • Loading branch information
mikermcneil committed Sep 1, 2016
1 parent 985224a commit a023ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 123 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ CONTRIBUTING.md
*.md
**/*.md
test
.github
120 changes: 0 additions & 120 deletions lib/preinstall_npmcheck.js

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sails",
"author": "Mike McNeil <@mikermcneil>",
"version": "0.12.4",
"version": "1.0.0-0",
"description": "API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)",
"homepage": "http://sailsjs.org",
"keywords": [
Expand All @@ -21,8 +21,7 @@
},
"scripts": {
"test": "mocha -b",
"prepublish": "npm prune",
"preinstall": "node ./lib/preinstall_npmcheck.js"
"prepublish": "npm prune"
},
"directories": {
"lib": "lib"
Expand Down

0 comments on commit a023ac3

Please sign in to comment.