@commercelayer/active-resource
Advanced tools
Comparing version 1.0.0-beta.8 to 1.0.0-beta.9
@@ -5,5 +5,5 @@ { | ||
"description": "Persistable object relational mapping in Javascript", | ||
"main": "dist/active-resource.min.js", | ||
"main": "build/active-resource.min.js", | ||
"author": "Nick Landgrebe", | ||
"version": "1.0.0-beta.8", | ||
"version": "1.0.0-beta.9", | ||
"homepage": "https://github.com/nicklandgrebe/activeresource.js", | ||
@@ -21,30 +21,29 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.13.16", | ||
"@babel/preset-env": "^7.13.15", | ||
"bili": "^5.0.5", | ||
"grunt": "1.x.x", | ||
"@babel/core": "^7.1.6", | ||
"@babel/preset-env": "^7.1.6", | ||
"bili": "^3.3.4", | ||
"grunt": "0.x.x", | ||
"grunt-babel": "^8.0.0", | ||
"grunt-contrib-clean": "2.0.x", | ||
"grunt-contrib-coffee": "^2.1.0", | ||
"grunt-contrib-clean": "0.5.x", | ||
"grunt-contrib-coffee": "^2.0.0", | ||
"grunt-contrib-concat": "^1.0.1", | ||
"grunt-contrib-connect": "3.0.x", | ||
"grunt-contrib-jasmine": "^2.2.0", | ||
"grunt-contrib-uglify": "^5.0.1", | ||
"grunt-contrib-watch": "1.1.x", | ||
"grunt-contrib-connect": "0.4.x", | ||
"grunt-contrib-jasmine": "^2.0.0", | ||
"grunt-contrib-uglify": "^3.3.0", | ||
"grunt-contrib-watch": "0.5.x", | ||
"grunt-exec": "^3.0.0", | ||
"grunt-rollup": "^11.5.0", | ||
"grunt-rollup": "^9.0.0", | ||
"grunt-template-jasmine-requirejs": "^0.2.3", | ||
"grunt-umd": "^3.0.0", | ||
"jasmine-ajax": "^4.0.0", | ||
"grunt-umd": "^2.4.0", | ||
"jasmine-ajax": "^3.2.0", | ||
"jasmine-jquery": "^2.1.1", | ||
"jasmine-promises": "git+https://github.com/nicklandgrebe/jasmine-promises.git", | ||
"jquery": "^3.6.0", | ||
"jquery": "^2.0.0", | ||
"moxios": "git+https://github.com/nicklandgrebe/moxios.git", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"semantic-release": "^17.4.2" | ||
"rollup-plugin-babel": "^4.0.3" | ||
}, | ||
"scripts": { | ||
"build:test": "grunt build && bili && grunt spec", | ||
"build": "grunt build && bili" | ||
"build": "grunt build" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
22
20344
1515508