mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
Working on package.json file
This commit is contained in:
parent
2bc32abebe
commit
080ea07880
15
package-lock.json
generated
15
package-lock.json
generated
@ -1,18 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune-docs",
|
"name": "keyrune-docs",
|
||||||
"version": "1.0.1",
|
"version": "1.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"keyrune": {
|
"undefined": {
|
||||||
"version": "3.5.0",
|
"version": "0.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/undefined/-/undefined-0.1.0.tgz",
|
||||||
"integrity": "sha512-qJhO/9mdcYbS+pVZL0l+nUUyUKBIwnXXJQwH1PDdrYQ4ugfd0AWzZy+KY7teNNjSE19E3HpSDZuyP6uLH4BlUA=="
|
"integrity": "sha1-m3BqSzKtMMIMpP5l3cu72sMr3tA="
|
||||||
},
|
|
||||||
"zepto": {
|
|
||||||
"version": "1.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/zepto/-/zepto-1.2.0.tgz",
|
|
||||||
"integrity": "sha1-4Se9nmb9hGvl6rSME5SIL3wOT5g="
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune-docs",
|
"name": "keyrune-docs",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"description": "Keyrune documentation website",
|
"description": "Keyrune documentation website",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -19,8 +19,8 @@
|
|||||||
"icon",
|
"icon",
|
||||||
"font"
|
"font"
|
||||||
],
|
],
|
||||||
"author": "Andrew Gioia <andrewgioia@gmail.com>",
|
"author": "Andrew Gioia <andrew@gioia.email>",
|
||||||
"license": "OFL 1.1",
|
"license": "(OFL-1.1 OR GPL-3.0-only)",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/andrewgioia/Keyrune/issues"
|
"url": "https://github.com/andrewgioia/Keyrune/issues"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user