removing unused dep

This commit is contained in:
Yotam Mann 2019-09-03 23:07:56 -04:00
parent cca7d10566
commit 27b7b0ca3b
2 changed files with 0 additions and 11 deletions

10
package-lock.json generated
View file

@ -67,16 +67,6 @@
"integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==", "integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==",
"dev": true "dev": true
}, },
"@babel/polyfill": {
"version": "7.0.0-beta.47",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.0.0-beta.47.tgz",
"integrity": "sha512-jDKBjX1K/fUNrPGo3wDKEWIXDHZEgpsKTRo3B4Ox5cq5Hxcp219ez/oGofDjNMUJAUI+gfsQfRarMkC5f3uiYw==",
"dev": true,
"requires": {
"core-js": "^2.5.3",
"regenerator-runtime": "^0.11.1"
}
},
"@babel/runtime": { "@babel/runtime": {
"version": "7.5.5", "version": "7.5.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.5.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.5.tgz",

View file

@ -60,7 +60,6 @@
"url": "https://github.com/Tonejs/Tone.js/issues" "url": "https://github.com/Tonejs/Tone.js/issues"
}, },
"devDependencies": { "devDependencies": {
"@babel/polyfill": "^7.0.0-beta.47",
"@tonejs/plot": "0.0.26", "@tonejs/plot": "0.0.26",
"@types/chai": "^4.1.7", "@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6", "@types/mocha": "^5.2.6",