@haniffalab/cherita-react 0.2.0-dev.2025-01-28.5378c44f → 0.2.0-dev.2025-01-28.7b36b1cf
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haniffalab/cherita-react",
|
|
3
|
-
"version": "0.2.0-dev.2025-01-28.
|
|
3
|
+
"version": "0.2.0-dev.2025-01-28.7b36b1cf",
|
|
4
4
|
"author": "",
|
|
5
5
|
"license": "",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
"copy:scss": "cpx src/scss/**/* scss",
|
|
76
76
|
"build": "npm run build:babel && npm run build:scss && npm run copy:scss",
|
|
77
77
|
"test": "jest --watchAll",
|
|
78
|
+
"test:ci": "jest --coverage --ci --no-watch",
|
|
78
79
|
"lint:scss": "stylelint 'src/**/*.scss' --fix",
|
|
79
80
|
"lint:js": "eslint 'src/**/*.js' --fix",
|
|
80
81
|
"lint": "npm run lint:scss && npm run lint:js",
|
|
@@ -107,5 +108,5 @@
|
|
|
107
108
|
"url": "https://github.com/haniffalab/cherita-react/issues"
|
|
108
109
|
},
|
|
109
110
|
"homepage": "https://github.com/haniffalab/cherita-react#readme",
|
|
110
|
-
"prereleaseSha": "
|
|
111
|
+
"prereleaseSha": "7b36b1cfa9bf4a958f848b302b45e5f569f8f2ae"
|
|
111
112
|
}
|