@appartmint/mint 0.13.2 → 0.13.4
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appartmint/mint",
|
|
3
3
|
"author": "App Art Mint LLC",
|
|
4
|
-
"version": "0.13.
|
|
4
|
+
"version": "0.13.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "The front-end TS/SCSS framework of App Art Mint",
|
|
7
7
|
"keywords": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"build:config": "cross-env BUILD_MODE=config npm run build",
|
|
60
60
|
"build:config:prod": "cross-env NODE_ENV=production BUILD_MODE=config npm run build",
|
|
61
61
|
"build:tsdoc": "typedoc",
|
|
62
|
-
"build:sassdoc": "cross-var sassdoc $npm_package_config_dirs_src/$npm_package_config_dirs_scss -p > $npm_package_config_dirs_doc/sassdoc.json",
|
|
62
|
+
"build:sassdoc": "cross-var \"sassdoc $npm_package_config_dirs_src/$npm_package_config_dirs_scss -p > $npm_package_config_dirs_doc/sassdoc.json\"",
|
|
63
63
|
"serve": "cross-var webpack serve --config $npm_package_config_webpack",
|
|
64
64
|
"watch": "npm run build -- --watch",
|
|
65
65
|
"watch:prod": "cross-env NODE_ENV=production npm run watch",
|