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 bf285d0 commit e506bc9Copy full SHA for e506bc9
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "@economist/index-core",
3
- "version": "1.4.1",
+ "version": "1.4.2",
4
"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
},
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/signal-noise/index-core.git"
14
+ },
15
"scripts": {
16
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
17
"lint": "eslint src/*.js",
@@ -16,7 +20,7 @@
20
"examples": "sirv"
21
18
22
"author": "[email protected]",
19
- "license": "ISC",
23
+ "license": "UNLICENSED",
24
"devDependencies": {
25
"d3": "^7.0.1",
26
"eslint": "^7.32.0",
0 commit comments