Skip to content

Commit

Permalink
update systemjs-plugin-text
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmortini committed Sep 20, 2015
1 parent 9190428 commit ca3b34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -19,7 +19,7 @@
"map": {
"babel": "node_modules/babel-core/browser.js",
"dlib": "node_modules/dlib",
"text": "node_modules/plugin-text/text.js",
"text": "node_modules/systemjs-plugin-text/text.js",
"dnit": "src/index.js"
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"babel-core": "^5.8.25",
"dlib": "dmmn/dlib",
"plugin-text": "systemjs/plugin-text@0.0.2",
"systemjs": "^0.19.0",
"systemjs-plugin-text": "systemjs/plugin-text",
"webcomponents.js": "^0.7.2"
},
"devDependencies": {
Expand Down

0 comments on commit ca3b34e

Please sign in to comment.