mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +00:00
fix package.json
This commit is contained in:
parent
7fc1b81b13
commit
0f8d0f5941
1 changed files with 18 additions and 3 deletions
21
package.json
21
package.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "chatlol",
|
"name": "nertivia-client",
|
||||||
"version": "0.1.0",
|
"version": "0.2.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|
@ -49,5 +49,20 @@
|
||||||
"> 1%",
|
"> 1%",
|
||||||
"last 2 versions",
|
"last 2 versions",
|
||||||
"not ie <= 8"
|
"not ie <= 8"
|
||||||
]
|
],
|
||||||
|
"description": "chat app",
|
||||||
|
"main": ".eslintrc.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/supertiger1234/Nertivia-Client.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"chat"
|
||||||
|
],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/supertiger1234/Nertivia-Client/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/supertiger1234/Nertivia-Client#readme"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue