updated and add contributors in package json
This commit is contained in:
parent
c1fee4f028
commit
c33c9017fe
13
package.json
13
package.json
@ -8,10 +8,21 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
"keywords": ["javascript","typescript", "boilerplate","library"],
|
"keywords": ["javascript","typescript", "boilerplate","library"],
|
||||||
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://git.cubetiqs.com/CUBETIQ/library-boilerplate.git"
|
"url": "https://git.cubetiqs.com/CUBETIQ/library-boilerplate.git"
|
||||||
},
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"email": "s.long@cubetiqs.com",
|
||||||
|
"name": "@s.long",
|
||||||
|
"url": "https://git.cubetiqs.com/s.long"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"email": "sombochea@cubetiqs.com",
|
||||||
|
"name": "@SomboChea",
|
||||||
|
"url": "https://git.cubetiqs.com/sombochea"
|
||||||
|
}
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
Loading…
Reference in New Issue
Block a user