@adv-ui/ma-segment-wrapper
Advanced tools
Comparing version 1.22.0 to 1.23.0
{ | ||
"name": "@adv-ui/ma-segment-wrapper", | ||
"version": "1.22.0", | ||
"version": "1.23.0", | ||
"description": "Milanuncios Segment Wrapper", | ||
@@ -10,8 +10,7 @@ "main": "lib/index.js", | ||
"lint": "sui-lint js", | ||
"phoenix:ci": "sui-mono phoenix --no-audit --no-root --no-progress", | ||
"phoenix": "sui-mono phoenix", | ||
"phoenix": "rm -rf ./node_modules && rm -f ./package-lock.json && npm install --legacy-peer-deps --no-audit --no-fund --production=false", | ||
"prepare": "npm run lib && npm run umd", | ||
"test:ci": "npm run test -- --ci", | ||
"test:watch": "NODE_ENV=test sui-test browser --watch", | ||
"test": "NODE_ENV=test sui-test browser", | ||
"test:watch": "sui-test browser --watch", | ||
"test": "sui-test browser", | ||
"umd": "sui-bundler lib src-umd/index.js -o umd/ -p --root" | ||
@@ -28,9 +27,9 @@ }, | ||
"@s-ui/lint": "3", | ||
"@s-ui/mono": "1", | ||
"@s-ui/mono": "2", | ||
"@s-ui/precommit": "2", | ||
"@s-ui/test": "4", | ||
"@s-ui/test": "6", | ||
"babel-preset-sui": "3", | ||
"chai": "4.3.4", | ||
"husky": "4.3.0", | ||
"sinon": "10.0.0", | ||
"sinon": "11.1.1", | ||
"validate-commit-msg": "2.14.0" | ||
@@ -37,0 +36,0 @@ }, |
Sorry, the diff of this file is not supported yet
162883
41