@appartmint/mint 1.3.2 → 1.3.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 +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": "1.3.
|
|
4
|
+
"version": "1.3.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "The front-end TS/SCSS framework of App Art Mint",
|
|
7
7
|
"keywords": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"webpack": "node_modules/@appartmint/config/dist/js/webpack.config.min.js"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
|
-
"upgrade": "npm
|
|
48
|
+
"upgrade": "npm i -D @appartmint/config@latest && mint-config",
|
|
49
49
|
"prepare": "npm-run-all clean bundle",
|
|
50
50
|
"preversion": "npm i && npm run test",
|
|
51
51
|
"version": "git add -A",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"upgrade:config": "npm up -D @appartmint/config && mint-config"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@appartmint/config": "^0.
|
|
73
|
+
"@appartmint/config": "^1.0.1",
|
|
74
74
|
"@babel/core": "^7.19.6",
|
|
75
75
|
"@babel/preset-env": "^7.19.4",
|
|
76
76
|
"babel-loader": "^9.0.1",
|