mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-05-29 17:37:17 +09:00
modify package.json
* remove useless npm start script * rename typings to types (follow new style) https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package
This commit is contained in:
parent
12463da014
commit
db3300466d
@ -7,9 +7,8 @@
|
||||
"repository": "https://github.com/syuilo/summaly.git",
|
||||
"bugs": "https://github.com/syuilo/summaly/issues",
|
||||
"main": "./built/index.js",
|
||||
"typings": "./built/index.d.ts",
|
||||
"types": "./built/index.d.ts",
|
||||
"scripts": {
|
||||
"start": "node ./built/index.js",
|
||||
"build": "gulp build"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user