Skip to content

Commit

Permalink
chore(build): move demo-app depedencies into root
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrowhurstram committed Oct 6, 2016
1 parent 07ead07 commit cf13b0a
Show file tree
Hide file tree
Showing 9 changed files with 660 additions and 1,960 deletions.
2 changes: 1 addition & 1 deletion demo-apps/es6-systemjs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width">

<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/ng-table/dist/ng-table.css">
<link rel="stylesheet" href="node_modules/ng-table/bundles/ng-table.css">

<!-- Polyfill(s) for older browsers; note: we do NOT need this for say current vs of chrome -->
<script src="node_modules/core-js/client/shim.min.js"></script>
Expand Down
51 changes: 0 additions & 51 deletions demo-apps/es6-systemjs/npm-shrinkwrap.json

This file was deleted.

10 changes: 5 additions & 5 deletions demo-apps/es6-systemjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"keywords": [],
"dependencies": {
"angular": "1.5.8",
"bootstrap": "3.3.7",
"core-js": "^2.4.1",
"angular": "file:../../node_modules/angular",
"bootstrap": "file:../../node_modules/bootstrap",
"core-js": "file:../../node_modules/core-js",
"ng-table": "file:../../",
"systemjs": "0.19.36",
"systemjs-plugin-babel": "0.0.15"
"systemjs": "file:../../node_modules/systemjs",
"systemjs-plugin-babel": "file:../../node_modules/systemjs-plugin-babel"
}
}
Loading

0 comments on commit cf13b0a

Please sign in to comment.