Skip to content

Commit

Permalink
Now using milstd as an external
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialillusions committed Apr 28, 2018
1 parent 5cf2022 commit 22f9258
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
20 changes: 13 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
},
"devDependencies": {
"material-components-web": "0.30.0",
"milstd": "^0.1.6",
"rollup": "^0.55.5",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-css-only": "^0.4.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-node-resolve": "^3.0.2"
"rollup-plugin-node-resolve": "^3.3.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var textField = mdc.textField;

import "material-components-web/dist/material-components-web.min.css";
// At the moment use our development version of milsymbol
import { app6b, ms2525c, ms2525d, app6d } from "milsymbol/dist/milstd.js";
import { app6b, ms2525c, ms2525d, app6d } from "milstd";

import letterPanel from "./letter-panel.js";
import numberPanel from "./number-panel.js";
Expand Down
Loading

0 comments on commit 22f9258

Please sign in to comment.