vue-model-x
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "vue-model-x", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "MobX-like state management library for Vue.js", | ||
@@ -9,4 +9,4 @@ "main": "./lib/index.js", | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "babel --config-file ./.babelrc --delete-dir-on-start -d lib -- src", | ||
"build:esm": "babel --config-file ./.babelrc-esm --delete-dir-on-start -d esm -- src", | ||
"build:cjs": "babel --config-file ./babel.config.js --delete-dir-on-start -d lib -- src", | ||
"build:esm": "babel --config-file ./babel.config.esm.js --delete-dir-on-start -d esm -- src", | ||
"prepublishOnly": "npm run build && npm test", | ||
@@ -30,16 +30,16 @@ "test": "jest" | ||
"devDependencies": { | ||
"@babel/cli": "7.0.0-beta.44", | ||
"@babel/core": "7.0.0-beta.44", | ||
"@babel/plugin-proposal-class-properties": "7.0.0-beta.44", | ||
"@babel/plugin-proposal-decorators": "7.0.0-beta.44", | ||
"@babel/preset-env": "7.0.0-beta.44", | ||
"@vue/test-utils": "1.0.0-beta.15", | ||
"@babel/cli": "7.1.2", | ||
"@babel/core": "7.1.2", | ||
"@babel/plugin-proposal-class-properties": "7.1.0", | ||
"@babel/plugin-proposal-decorators": "7.1.2", | ||
"@babel/preset-env": "7.1.0", | ||
"@vue/test-utils": "1.0.0-beta.25", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "8.2.3", | ||
"babel-jest": "22.4.3", | ||
"babel-eslint": "10.0.1", | ||
"babel-jest": "23.6.0", | ||
"eslint": "4.19.1", | ||
"eslint-config-th0r": "1.0.1", | ||
"jest": "22.4.3", | ||
"vue": "^2.5.16", | ||
"vue-template-compiler": "2.5.16" | ||
"jest": "23.6.0", | ||
"vue": "^2.5.17", | ||
"vue-template-compiler": "2.5.17" | ||
}, | ||
@@ -46,0 +46,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28470