@appartmint/mint 5.0.1 → 5.0.2
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 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appartmint/mint",
|
|
3
3
|
"author": "App Art Mint LLC",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "The front-end TS/SCSS framework of App Art Mint",
|
|
7
7
|
"keywords": [
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"postversion": "git push && git push --tags && cross-replace gh release create \"v$npm_package_version\" --generate-notes",
|
|
35
35
|
"prepare": "npm-run-all clean bundle",
|
|
36
36
|
"clean": "rimraf dist doc",
|
|
37
|
-
"clear": "npm run clean",
|
|
38
37
|
"bundle": "npm-run-all build build:**",
|
|
39
38
|
"build": "webpack --config config/webpack.config.js",
|
|
40
39
|
"build:prod": "cross-env NODE_ENV=production npm run build",
|
|
@@ -42,8 +41,9 @@
|
|
|
42
41
|
"watch": "npm run build -- --watch",
|
|
43
42
|
"watch:prod": "cross-env NODE_ENV=production npm run watch",
|
|
44
43
|
"watch:tsdoc": "npm run build:tsdoc -- --watch",
|
|
44
|
+
"test": "run-p test:*",
|
|
45
45
|
"test:deps": "depcruise src",
|
|
46
|
-
"yalc": "yalc publish",
|
|
46
|
+
"yalc:publish": "yalc publish",
|
|
47
47
|
"check:updates": "npm-check-updates"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|