Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "tooty", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Simple agnostic message router for node", | ||
"license": "MIT", | ||
"author": "Filipe Dobreira <dobreira@gmail.com>", | ||
"main": "lib/tooty.js", | ||
"main": "src-js/tooty.js", | ||
"keywords": [ | ||
@@ -24,3 +24,5 @@ "route", | ||
"scripts": { | ||
"test": "NODE_ENV=test node_modules/.bin/mocha test/tooty/*.js" | ||
"compile": "babel lib/ -d src-js/", | ||
"test": "NODE_ENV=test node_modules/.bin/mocha test/tooty/*.js", | ||
"prepublish": "npm run compile" | ||
}, | ||
@@ -27,0 +29,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
8788