Merge remote-tracking branch 'origin/rewrite' into rewrite
Conflicts: package.json
This commit is contained in:
commit
890d4123db
5 changed files with 322 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue