Comparing version 1.0.0-rc.3 to 1.0.0
{ | ||
"name": "metal-anim", | ||
"version": "1.0.0-rc.3", | ||
"version": "1.0.0", | ||
"description": "Metal's animation utility", | ||
@@ -11,6 +11,6 @@ "license": "BSD", | ||
}, | ||
"jsnext:main": "src/Anim.js", | ||
"jsnext:main": "src/Anim.js", | ||
"main": "lib/Anim.js", | ||
"files": [ | ||
"lib", | ||
"lib", | ||
"src/**/*.js", | ||
@@ -20,4 +20,4 @@ "test/**/*.js" | ||
"scripts": { | ||
"compile": "babel --presets metal -d lib/ src/", | ||
"prepublish": "npm run compile", | ||
"compile": "babel --presets metal -d lib/ src/", | ||
"prepublish": "npm run compile", | ||
"test": "gulp test" | ||
@@ -29,7 +29,7 @@ }, | ||
"dependencies": { | ||
"metal": "^1.0.0-rc.1", | ||
"metal-dom": "^1.0.0-rc.2" | ||
"metal": "^1.0.0", | ||
"metal-dom": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.4.5", | ||
"babel-cli": "^6.4.5", | ||
"babel-preset-metal": "^4.0.0", | ||
@@ -36,0 +36,0 @@ "gulp": "^3.8.11", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
10652
Updatedmetal@^1.0.0
Updatedmetal-dom@^1.0.0