Merge remote-tracking branch 'origin/rewrite' into rewrite

Conflicts:
	package.json
This commit is contained in:
Leo Horie 2016-05-19 23:25:20 -04:00
commit 890d4123db
5 changed files with 322 additions and 0 deletions

View file

@ -5,12 +5,14 @@
"main": "index.js",
"scripts": {
"build": "node bundler/bundler",
"lint": "eslint .",
"test": "node ospec/bin/ospec",
"cover": "istanbul cover --print both ospec/bin/ospec"
},
"author": "Leo Horie",
"license": "MIT",
"devDependencies": {
"eslint": "^2.10.2",
"istanbul": "^0.4.3"
}
}