This commit is contained in:
Preet Shihn
2020-05-27 14:56:36 -07:00
parent 5e4de15a52
commit d9a38aeee6
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "rough-notation",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -331,9 +331,9 @@
}
},
"rollup": {
"version": "2.10.9",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.10.9.tgz",
"integrity": "sha512-dY/EbjiWC17ZCUSyk14hkxATAMAShkMsD43XmZGWjLrgFj15M3Dw2kEkA9ns64BiLFm9PKN6vTQw8neHwK74eg==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.11.0.tgz",
"integrity": "sha512-VIUTZJ/wmqtNBKwa0N6MgC2SOUZoruX3HO0UFRf2Ilv/xtswXw+lQ9COUPytRFMmGst/5+En23ZpVK64AI83Cw==",
"dev": true,
"requires": {
"fsevents": "~2.1.2"

View File

@@ -1,6 +1,6 @@
{
"name": "rough-notation",
"version": "0.1.0",
"version": "0.1.1",
"description": "Annotate html",
"main": "lib/rough-notation.cjs.js",
"module": "lib/rough-notation.esm.js",
@@ -27,7 +27,7 @@
},
"homepage": "https://github.com/pshihn/rough-notation#readme",
"devDependencies": {
"rollup": "^2.10.9",
"rollup": "^2.11.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^6.1.0",
"tslint": "^6.1.2",