jcicl 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +14 -2
package/package.json
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jcicl",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
|
+
"description": "Component library for the websites of Johnson County Iowa",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"homepage": "https://devops.jc.net/JCIT/Business%20Solutions%20Delivery/_git/JCComponentLibrary?path=%2FREADME.md&version=GBmaster",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://devops.jc.net/JCIT/Business%20Solutions%20Delivery/_git/JCComponentLibrary"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://devops.jc.net/JCIT/Business%20Solutions%20Delivery/_git/JCComponentLibrary"
|
|
14
|
+
},
|
|
5
15
|
"type": "module",
|
|
6
16
|
"sideEffects": false,
|
|
7
17
|
"exports": {
|
|
@@ -12,8 +22,10 @@
|
|
|
12
22
|
"types": "./index.d.ts",
|
|
13
23
|
"scripts": {
|
|
14
24
|
"start": "storybook dev -p 7007",
|
|
15
|
-
"build": "tsc -b && vite build &&
|
|
25
|
+
"build": "tsc -b && vite build && npm run postbuild",
|
|
26
|
+
"postbuild": "shx cp package.json dist/package.json && shx cp README.md dist/README.md",
|
|
16
27
|
"publish": "npm publish ./dist",
|
|
28
|
+
"pp": "npm run postbuild && npm run publish",
|
|
17
29
|
"bp": "npm run build && npm run publish",
|
|
18
30
|
"lint": "eslint .",
|
|
19
31
|
"lint:fix": "eslint . --fix",
|