We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacca3e commit 2c75b35Copy full SHA for 2c75b35
package.json
@@ -13,6 +13,7 @@
13
"pretest": "eslint index.js test.js bench.js",
14
"test": "node test.js",
15
"build": "rollup index.js -o flatbush.js -n Flatbush -f umd -p node-resolve",
16
+ "build:esm": "rollup index.js -o flatbush.esm.js -n Flatbush -f esm -p node-resolve",
17
"prepublishOnly": "npm run build"
18
},
19
"files": [
@@ -42,11 +43,11 @@
42
43
44
"devDependencies": {
45
"@rollup/plugin-node-resolve": "^15.0.1",
- "eslint": "^8.31.0",
46
+ "eslint": "^8.32.0",
47
"eslint-config-mourner": "^3.0.0",
48
"rbush": "^3.0.1",
49
"rbush-knn": "^3.0.1",
50
"rollup": "^3.10.0",
- "tape": "^5.6.1"
51
+ "tape": "^5.6.3"
52
}
53
0 commit comments