@package/string
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -31,3 +31,3 @@ { | ||
], | ||
"main" : "./index.js", | ||
"main" : "./dist/index.js", | ||
"name" : "@package/string", | ||
@@ -39,7 +39,7 @@ "repository" : { | ||
"scripts" : { | ||
"build" : "./node_modules/.bin/babel ./*.js --out-dir es5 --source-maps", | ||
"build-watch" : "./node_modules/.bin/babel ./*.js --out-dir es5 --source-maps -w", | ||
"build" : "./node_modules/.bin/babel ./*.js --out-dir dist --source-maps", | ||
"build-watch" : "./node_modules/.bin/babel ./*.js --out-dir dist --source-maps -w", | ||
"test" : "node --harmony ./node_modules/.bin/mocha --compilers js:babel/register --colors --harmony --recursive -R spec --ui tdd ./test.js" | ||
}, | ||
"version" : "0.0.1" | ||
"version" : "0.0.2" | ||
} |
Sorry, the diff of this file is not supported yet
36821
13
290