Skip to content

Commit 236801c

Browse files
author
Tom Pearson
committed
published version
1 parent aadb503 commit 236801c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.npmignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
./data
2-
./examples
1+
data
2+
examples
3+
docs
4+
index.js

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "@signal-noise/index-core",
3-
"version": "1.3.1",
2+
"name": "@economist/index-core",
3+
"version": "1.3.2",
44
"description": "",
55
"main": "src/index-core.js",
66
"type": "module",
7+
"homepage": "https://github.com/signal-noise/index-core",
78
"engines": {
89
"node": ">=14"
910
},
@@ -14,7 +15,7 @@
1415
"build": "rollup --config",
1516
"examples": "sirv"
1617
},
17-
"author": "",
18+
"author": "[email protected]",
1819
"license": "ISC",
1920
"devDependencies": {
2021
"d3": "^7.0.1",

0 commit comments

Comments
 (0)