update license and author
This commit is contained in:
parent
2aa3c40597
commit
803c2bf162
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
"name": "enumerable-ts",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
"test": "./test/index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"author": "Rowan <rowan@kitsu.cafe> (https://kitsu.cafe)",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@apeleghq/esbuild-plugin-closure-compiler": "^1.0.8",
|
||||
|
|
Loading…
Add table
Reference in a new issue