Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(package): add text plugin for bundle build
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Sep 11, 2015
1 parent 46eb647 commit 2918261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.js
Expand Up @@ -44,6 +44,7 @@ System.config({
"core-js": "npm:core-js@0.9.18",
"fetch": "github:github/fetch@0.9.0",
"font-awesome": "npm:font-awesome@4.4.0",
"text": "github:systemjs/plugin-text@0.0.2",
"github:aurelia/animator-css@0.16.0": {
"aurelia-metadata": "github:aurelia/metadata@0.8.0",
"aurelia-templating": "github:aurelia/templating@0.15.1"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -78,7 +78,8 @@
"bootstrap": "github:twbs/bootstrap@^3.3.4",
"core-js": "npm:core-js@^0.9.4",
"fetch": "github:github/fetch@^0.9.0",
"font-awesome": "npm:font-awesome@^4.3.0"
"font-awesome": "npm:font-awesome@^4.3.0",
"text": "github:systemjs/plugin-text@^0.0.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.6.4",
Expand Down

0 comments on commit 2918261

Please sign in to comment.