Skip to content

Commit

Permalink
add eslint, editorconfig, nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Quiceno committed Apr 19, 2016
1 parent 62979aa commit e64dd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "implementation of Bresenham algorithm written in js",
"main": "lib/bresenham",
"scripts": {
"build": "babel src -d lib",
"compile": "babel src -d lib",
"test": "babel-node ./test.*.js | faucet",
"lint": "eslint src",
"prepublish": "npm run build"
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e64dd97

Please sign in to comment.