Skip to content

Commit e506bc9

Browse files
author
Tom Pearson
authored
update package.json to correctly reflect licence and repo (#17)
1 parent bf285d0 commit e506bc9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "@economist/index-core",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "",
55
"main": "src/index-core.js",
66
"type": "module",
77
"homepage": "https://github.com/signal-noise/index-core",
88
"engines": {
99
"node": ">=14"
1010
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/signal-noise/index-core.git"
14+
},
1115
"scripts": {
1216
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
1317
"lint": "eslint src/*.js",
@@ -16,7 +20,7 @@
1620
"examples": "sirv"
1721
},
1822
"author": "[email protected]",
19-
"license": "ISC",
23+
"license": "UNLICENSED",
2024
"devDependencies": {
2125
"d3": "^7.0.1",
2226
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)