Skip to content

Commit

Permalink
package shrinkwrap and a tiny v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
orlin committed Mar 7, 2012
1 parent 3b569d7 commit b8c9bc6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/massage.coffee
Expand Up @@ -44,6 +44,7 @@ class Massage
console.log "Massage for schema.js validation has failed."
stuff
babylon: (stuff, language = "en") ->
# Note this is #wontfix for now - doing other kind of translation...
stuff

train: (hands_on) ->
Expand Down
1 change: 0 additions & 1 deletion lib/undermix.coffee
@@ -1,4 +1,3 @@
# TODO: define (require, exports, module) ->
_ = require("underscore")
_.mixin require("underscore.string")
_.mixin
Expand Down
30 changes: 30 additions & 0 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
@@ -1,15 +1,15 @@
{ "name": "massagist"
, "description": "streaming data formats"
, "keywords": [ "underscore", "helpers", "data", "buffers", "streams", "formats" ]
, "version": "0.0.1-4"
, "version": "0.0.1-5"
, "homepage": "https://github.com/orlin/massagist/"
, "repository":
{ "type": "git"
, "url": "git://github.com/orlin/massagist.git"
}
, "bugs":
{ "mail": "om@soundsapiens.com"
, "url" : "https://github.com/orlin/massagist/issues"
, "url" : "https://www.pivotaltracker.com/projects/274667"
}
, "author": "Orlin M Bozhinov <om@soundsapiens.com> (http://soundsapiens.com)"
, "contributors": []
Expand All @@ -26,6 +26,7 @@
}
, "devDependencies": { "paige": "*" }
, "scripts": { "paige": "./node_modules/.bin/paige" }
, "engines" : { "node" : "0.6.x", "npm": "1.1.x" }
, "licenses":
[ { "type": "Unlicense"
, "url" : "http://unlicense.org/"
Expand Down

0 comments on commit b8c9bc6

Please sign in to comment.