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",
|
||||
"private": false,
|
||||
"keywords": ["javascript","typescript", "boilerplate","library"],
|
||||
|
||||
"repository": {
|
||||
"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": {
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
|
Loading…
Reference in New Issue
Block a user