mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-09-01 12:18:59 +00:00
add author and repo to root package.json
This commit is contained in:
+9
-1
@@ -2,6 +2,15 @@
|
|||||||
"name": "osc",
|
"name": "osc",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"author": {
|
||||||
|
"name": "Joel Wetzell",
|
||||||
|
"email": "me@jwetzell.com",
|
||||||
|
"url": "https://jwetzell.com"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/jwetzell/osc-js.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint:check": "eslint ./",
|
"lint:check": "eslint ./",
|
||||||
"format:check": "prettier ./ --check",
|
"format:check": "prettier ./ --check",
|
||||||
@@ -17,5 +26,4 @@
|
|||||||
"eslint-config-airbnb": "^19.0.4",
|
"eslint-config-airbnb": "^19.0.4",
|
||||||
"eslint-config-prettier": "^9.0.0"
|
"eslint-config-prettier": "^9.0.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user