Skip to content

Commit

Permalink
chore(*) update jspm to v0.16.6 & update core dependencies
Browse files Browse the repository at this point in the history
After running jspm dl-loader --latest:
* updated babel, babel-runtime & core-js to latest
* now running with system.js v0.19.0

Up to date jspm side.
  • Loading branch information
topheman committed Sep 19, 2015
1 parent 4e961af commit 70afed4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions jspm.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ System.config({
},

map: {
"babel": "npm:babel-core@5.8.22",
"babel-runtime": "npm:babel-runtime@5.8.20",
"babel": "npm:babel-core@5.8.25",
"babel-runtime": "npm:babel-runtime@5.8.24",
"bootstrap-sass": "npm:bootstrap-sass@3.3.5",
"clean-css": "npm:clean-css@3.3.9",
"core-js": "npm:core-js@1.1.1",
"core-js": "npm:core-js@1.1.4",
"css": "github:systemjs/plugin-css@0.1.13",
"fetch-polyfill": "npm:fetch-polyfill@0.8.1",
"text": "github:systemjs/plugin-text@0.0.2",
Expand Down Expand Up @@ -71,7 +71,7 @@ System.config({
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:babel-runtime@5.8.20": {
"npm:babel-runtime@5.8.24": {
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:buffer@3.4.2": {
Expand Down Expand Up @@ -100,7 +100,7 @@ System.config({
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:core-js@1.1.1": {
"npm:core-js@1.1.4": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"process": "github:jspm/nodelibs-process@0.1.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"author": "Christophe Rosset",
"license": "MIT",
"jspm": {
"directories": {},
"configFile": "jspm.config.js",
"dependencies": {
"bootstrap-sass": "npm:bootstrap-sass@3.3.5",
Expand All @@ -51,9 +50,9 @@
"text": "github:systemjs/plugin-text@^0.0.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.8.20",
"core-js": "npm:core-js@^1.1.0"
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"devDependencies": {
Expand Down Expand Up @@ -91,7 +90,7 @@
"jasmine-core": "^2.3.4",
"jasmine-spec-reporter": "^2.4.0",
"jshint-stylish": "^2.0.0",
"jspm": "^0.16.0",
"jspm": "^0.16.6",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
Expand All @@ -114,7 +113,7 @@
"systemjs-builder": "^0.13.1",
"yuidocjs": "^0.9.0"
},
"yuidoc":{
"yuidoc": {
"options": {
"linkNatives": "true",
"attributesEmit": "false",
Expand All @@ -123,7 +122,7 @@
"./src/app"
],
"outdir": "./build/docs",
"themedir" : "./extras/yuidoc-theme-topheman"
"themedir": "./extras/yuidoc-theme-topheman"
}
},
"config": {
Expand Down

0 comments on commit 70afed4

Please sign in to comment.