aurelia-metadata
Advanced tools
Comparing version 1.0.0-beta.1.1.1 to 1.0.0-beta.1.1.2
{ | ||
"name": "aurelia-metadata", | ||
"version": "1.0.0-beta.1.1.1", | ||
"version": "1.0.0-beta.1.1.2", | ||
"description": "Utilities for reading and writing the metadata of JavaScript functions.", | ||
@@ -20,5 +20,5 @@ "keywords": [ | ||
"dependencies": { | ||
"aurelia-pal": "^1.0.0-beta.1.1.0", | ||
"aurelia-pal": "^1.0.0-beta.1.1.1", | ||
"core-js": "zloirock/core-js" | ||
} | ||
} |
@@ -8,3 +8,3 @@ var gulp = require('gulp'); | ||
gulp.task('doc-generate', function(){ | ||
return gulp.src([paths.output + '*.d.ts', paths.doc + '/core-js.d.ts', './jspm_packages/npm/*/*/*.d.ts']) | ||
return gulp.src([paths.output + '*.d.ts', paths.doc + '/core-js.d.ts', './jspm_packages/npm/*/*.d.ts']) | ||
.pipe(typedoc({ | ||
@@ -11,0 +11,0 @@ target: "es6", |
@@ -16,3 +16,3 @@ System.config({ | ||
map: { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.0", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1", | ||
"babel": "npm:babel-core@5.8.23", | ||
@@ -36,7 +36,2 @@ "babel-runtime": "npm:babel-runtime@5.8.20", | ||
}, | ||
"npm:aurelia-pal@1.0.0-beta.1.1.0": { | ||
"fs": "github:jspm/nodelibs-fs@0.1.2", | ||
"path": "github:jspm/nodelibs-path@0.1.0", | ||
"process": "github:jspm/nodelibs-process@0.1.2" | ||
}, | ||
"npm:babel-runtime@5.8.20": { | ||
@@ -43,0 +38,0 @@ "process": "github:jspm/nodelibs-process@0.1.2" |
@@ -0,1 +1,5 @@ | ||
### 1.0.0-beta.1.1.2 (2016-01-28) | ||
* fix package metadata for jspm | ||
### 1.0.0-beta.1.1.0 (2016-01-28) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "aurelia-metadata", | ||
"version": "1.0.0-beta.1.1.1", | ||
"version": "1.0.0-beta.1.1.2", | ||
"description": "Utilities for reading and writing the metadata of JavaScript functions.", | ||
@@ -21,18 +21,21 @@ "keywords": [ | ||
}, | ||
"registry": "npm", | ||
"jspmPackage": true, | ||
"format": "cjs", | ||
"jspm": { | ||
"registry": "npm", | ||
"main": "aurelia-metadata", | ||
"format": "amd", | ||
"directories": { | ||
"dist": "dist/amd" | ||
}, | ||
"peerDependencies": { | ||
"aurelia-pal": "^1.0.0-beta.1.1.0", | ||
"aurelia-pal": "^1.0.0-beta.1.1.1", | ||
"core-js": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"babel": "npm:babel-core@^5.1.13", | ||
"babel-runtime": "npm:babel-runtime@^5.1.13", | ||
"core-js": "npm:core-js@^2.0.3" | ||
"babel": "babel-core@^5.1.13", | ||
"babel-runtime": "^5.1.13", | ||
"core-js": "^2.0.3" | ||
} | ||
}, | ||
"peerDependencies": { | ||
"aurelia-pal": "^1.0.0-beta.1.1.0", | ||
"aurelia-pal": "^1.0.0-beta.1.1.1", | ||
"core-js": "^2.0.3" | ||
@@ -39,0 +42,0 @@ }, |
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
331059
3358