Skip to content

Commit

Permalink
chore: really switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Oct 14, 2018
1 parent 3a22947 commit f0826a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8" />
<title>chrome options</title>
<link rel="stylesheet" type="text/css" href="custom.css" />
<script src="bower_components/chrome-options/dist/styles.min.js"></script>
<script src="bower_components/chrome-options/dist/main.min.js" defer></script>
<script src="node_modules/chrome-options/dist/styles.min.js"></script>
<script src="node_modules/chrome-options/dist/main.min.js" defer></script>
<script src="options.js" defer></script>
</head>
<body class="chrome-bootstrap">
Expand Down

0 comments on commit f0826a4

Please sign in to comment.