Skip to content

Commit

Permalink
update deps & publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Dec 21, 2017
1 parent 4714254 commit 1e555dc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

2 changes: 2 additions & 0 deletions MIT-LICENSE → LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MIT License

Copyright (c) 2016 Vladimir Agafonkin

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
24 changes: 15 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,30 @@
"author": "Vladimir Agafonkin",
"license": "MIT",
"main": "index.js",
"jsdelivr": "rbush.js",
"unpkg": "rbush.js",
"devDependencies": {
"benchmark": "^2.1.0",
"browserify": "^14.1.0",
"eslint": "^3.18.0",
"eslint-config-mourner": "^2.0.1",
"benchmark": "^2.1.4",
"browserify": "^14.5.0",
"eslint": "^4.13.1",
"eslint-config-mourner": "^2.0.3",
"faucet": "0.0.1",
"istanbul": "~0.4.3",
"tape": "^4.5.1",
"uglify-js": "^2.6.4"
"istanbul": "~0.4.5",
"tape": "^4.8.0",
"uglify-js": "^3.2.2"
},
"scripts": {
"test": "eslint index.js test/test.js && node test/test.js | faucet",
"perf": "node ./bench/perf.js",
"cov": "istanbul cover test/test.js -x test/test.js",
"build": "browserify index.js -s rbush -o rbush.js",
"build-min": "browserify index.js -s rbush | uglifyjs -c warnings=false -m > rbush.min.js",
"prepublish": "npm run build && npm run build-min"
"prepare": "npm run build && npm run build-min"
},
"files": [
"rbush.js",
"rbush.min.js"
],
"eslintConfig": {
"extends": "mourner",
"rules": {
Expand All @@ -44,6 +50,6 @@
}
},
"dependencies": {
"quickselect": "^1.0.0"
"quickselect": "^1.0.1"
}
}

0 comments on commit 1e555dc

Please sign in to comment.