packaging
This commit is contained in:
parent
e7f7d923c4
commit
09991bacfd
1 changed files with 5 additions and 4 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
"lint:check": "eslint",
|
"lint:check": "eslint",
|
||||||
"format": "prettier . --write",
|
"format": "prettier . --write",
|
||||||
"format:check": "prettier . --check",
|
"format:check": "prettier . --check",
|
||||||
"build:package": "svelte-package -i src && publint",
|
"build:package": "rimraf ./dist && svelte-package -i src && publint",
|
||||||
"build:chromatic": "storybook build -o docs",
|
"build:chromatic": "storybook build -o docs",
|
||||||
"build:docs": "storybook build -o docs && touch ./docs/.nojekyll",
|
"build:docs": "storybook build -o docs && touch ./docs/.nojekyll",
|
||||||
"build": "npm-run-all build:package build:docs",
|
"build": "npm-run-all build:package build:docs",
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
"knip": "knip"
|
"knip": "knip"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"types": "./dist/index.d.ts",
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|
@ -131,11 +130,13 @@
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"svelte": "./dist/index.js",
|
"svelte": "./dist/index.js",
|
||||||
"default": "./dist/index.js"
|
"default": "./dist/index.js"
|
||||||
}
|
},
|
||||||
|
"./scss/*": "./dist/scss/*"
|
||||||
},
|
},
|
||||||
"svelte": "./dist/index.js",
|
"svelte": "./dist/index.js",
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/reuters-graphics/graphics-components/issues"
|
"url": "https://github.com/reuters-graphics/graphics-components/issues"
|
||||||
},
|
},
|
||||||
"readme": "ERROR: No README data found!"
|
"readme": "Svelte components for Reuters graphics pages"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue