Skip to content

Commit

Permalink
Removed verovio dist and updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Apr 18, 2017
1 parent 183c34f commit 123e7c9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 180 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
lib
dist
node_modules
npm-debug.log
2 changes: 0 additions & 2 deletions lib/dropbox/dropins.js

This file was deleted.

176 changes: 0 additions & 176 deletions lib/verovio/verovio-toolkit-light.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "continuo",
"version": "1.0.0 ",
"version": "0.1.0 ",
"description": "Select notes on a rendered MEI music score and create permalinks using the Music Addressability URL scheme.",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="description" content="">
<meta name="author" content="">
<title>Continuo Test</title>
<script src="../lib/verovio/verovio-toolkit-light.js"></script>
<script src="http://www.verovio.org/javascript/latest/verovio-toolkit.js"></script>
<script src="../dist/js/continuo.js"></script>
<link rel="stylesheet" type="text/css" href="../dist/css/continuo.css" />
<style>
Expand Down

0 comments on commit 123e7c9

Please sign in to comment.