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 aadb503 commit 236801cCopy full SHA for 236801c
.npmignore
@@ -1,2 +1,4 @@
1
-./data
2
-./examples
+data
+examples
3
+docs
4
+index.js
package.json
@@ -1,9 +1,10 @@
{
- "name": "@signal-noise/index-core",
- "version": "1.3.1",
+ "name": "@economist/index-core",
+ "version": "1.3.2",
"description": "",
5
"main": "src/index-core.js",
6
"type": "module",
7
+ "homepage": "https://github.com/signal-noise/index-core",
8
"engines": {
9
"node": ">=14"
10
},
@@ -14,7 +15,7 @@
14
15
"build": "rollup --config",
16
"examples": "sirv"
17
- "author": "",
18
+ "author": "[email protected]",
19
"license": "ISC",
20
"devDependencies": {
21
"d3": "^7.0.1",
0 commit comments