metal-ajax
Advanced tools
Comparing version 1.0.0-rc.3 to 1.0.0
{ | ||
"name": "metal-ajax", | ||
"version": "1.0.0-rc.3", | ||
"description": "Metal.js utility to perform Ajax requests", | ||
"license": "BSD", | ||
"repository": "metal/metal-ajax", | ||
"name": "metal-ajax", | ||
"version": "1.0.0", | ||
"description": "Metal.js utility to perform Ajax requests", | ||
"license": "BSD", | ||
"repository": "metal/metal-ajax", | ||
"engines": { | ||
@@ -14,26 +14,26 @@ "node": ">=0.12.0", | ||
"files": [ | ||
"lib", | ||
"src", | ||
"test" | ||
"lib", | ||
"src", | ||
"test" | ||
], | ||
"scripts": { | ||
"compile": "babel --presets metal -d lib/ src/", | ||
"prepublish": "npm run compile", | ||
"test": "gulp test" | ||
}, | ||
"keywords": [ | ||
"metal" | ||
], | ||
"scripts": { | ||
"compile": "babel --presets metal -d lib/ src/", | ||
"prepublish": "npm run compile", | ||
"test": "gulp test" | ||
}, | ||
"keywords": [ | ||
"metal" | ||
], | ||
"dependencies": { | ||
"metal": "^1.0.0-rc.1", | ||
"metal-multimap": "^1.0.0-rc.1", | ||
"metal-promise": "^1.0.0-rc.2", | ||
"metal-uri": "^1.0.0-rc.2" | ||
"metal": "^1.0.0", | ||
"metal-multimap": "^1.0.0", | ||
"metal-promise": "^1.0.0", | ||
"metal-uri": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.4.5", | ||
"babel-preset-metal": "^4.0.0", | ||
"devDependencies": { | ||
"babel-cli": "^6.4.5", | ||
"babel-preset-metal": "^4.0.0", | ||
"gulp": "^3.8.11", | ||
"gulp-metal": "^1.0.0" | ||
} | ||
"gulp-metal": "^1.0.0" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13580
1
Updatedmetal@^1.0.0
Updatedmetal-multimap@^1.0.0
Updatedmetal-promise@^1.0.0
Updatedmetal-uri@^1.0.0