Skip to content

Commit

Permalink
fix(package): correct jspm metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 28, 2016
1 parent ae4df59 commit 3711636
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 44 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"url": "http://github.com/aurelia/dependency-injection"
},
"dependencies": {
"aurelia-logging": "^1.0.0-beta.1.1.0",
"aurelia-metadata": "^1.0.0-beta.1.1.1",
"aurelia-pal": "^1.0.0-beta.1.1.0",
"aurelia-logging": "^1.0.0-beta.1.1.1",
"aurelia-metadata": "^1.0.0-beta.1.1.2",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"core-js": "zloirock/core-js"
}
}
2 changes: 1 addition & 1 deletion build/tasks/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var typedocExtractor = require('gulp-typedoc-extractor');
var runSequence = require('run-sequence');

gulp.task('doc-generate', function(){
return gulp.src([paths.output + '*.d.ts', './jspm_packages/npm/*/dist/*.d.ts'])
return gulp.src([paths.output + '*.d.ts', paths.doc + '/core-js.d.ts', './jspm_packages/npm/*/*.d.ts'])
.pipe(typedoc({
target'es6',
includeDeclarationstrue,
Expand Down
37 changes: 6 additions & 31 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@ System.config({
},

map: {
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.1.0",
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.1.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.0",
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.1.1",
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.1.2",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1",
"babel": "npm:babel-core@5.8.34",
"babel-runtime": "npm:babel-runtime@5.8.34",
"core-js": "npm:core-js@2.0.3",
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.3.0"
},
"github:jspm/nodelibs-buffer@0.1.0": {
"buffer": "npm:buffer@3.6.0"
},
"github:jspm/nodelibs-path@0.1.0": {
"path-browserify": "npm:path-browserify@0.0.0"
},
Expand All @@ -39,35 +36,13 @@ System.config({
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:aurelia-logging@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:aurelia-metadata@1.0.0-beta.1.1.1": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"core-js": "npm:core-js@2.0.3",
"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: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:aurelia-metadata@1.0.0-beta.1.1.2": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1",
"core-js": "npm:core-js@2.0.3"
},
"npm:babel-runtime@5.8.34": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:buffer@3.6.0": {
"base64-js": "npm:base64-js@0.0.8",
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"ieee754": "npm:ieee754@1.1.6",
"isarray": "npm:isarray@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:core-js@2.0.3": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
Expand Down
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@
"type": "git",
"url": "http://github.com/aurelia/dependency-injection"
},
"registry": "npm",
"jspmPackage": true,
"format": "cjs",
"jspm": {
"registry": "npm",
"main": "aurelia-dependency-injection",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"peerDependencies": {
"aurelia-logging": "^1.0.0-beta.1.1.0",
"aurelia-metadata": "^1.0.0-beta.1.1.1",
"aurelia-pal": "^1.0.0-beta.1.1.0",
"aurelia-logging": "^1.0.0-beta.1.1.1",
"aurelia-metadata": "^1.0.0-beta.1.1.2",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"core-js": "^2.0.3"
},
"devDependencies": {
Expand All @@ -36,9 +39,9 @@
}
},
"peerDependencies": {
"aurelia-logging": "^1.0.0-beta.1.1.0",
"aurelia-metadata": "^1.0.0-beta.1.1.1",
"aurelia-pal": "^1.0.0-beta.1.1.0",
"aurelia-logging": "^1.0.0-beta.1.1.1",
"aurelia-metadata": "^1.0.0-beta.1.1.2",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"core-js": "^2.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 3711636

Please sign in to comment.