chore(release): 1.0.2-dev

このコミットが含まれているのは:
sinkaroid 2022-06-04 05:47:25 +07:00
コミット 67d943da3f
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A7DF4E245FDD8159
1個のファイルの変更6行の追加7行の削除

ファイルの表示

@ -1,17 +1,16 @@
{
"name": "jandapress",
"version": "1.0.1",
"description": "A reimagined doujin API around the world",
"main": "build/index.js",
"version": "1.0.2",
"description": "A reimagined doujin API with gather in mind",
"main": "build/src/index.js",
"scripts": {
"build": "rm -rf build && tsc",
"start": "node build/index.js",
"start": "node build/src/index.js",
"test": "ts-node test/test.ts",
"start:prod": "npm run build && node build/index.js",
"start:dev": "nodemon index.ts",
"start:prod": "npm run build && node build/src/index.js",
"start:dev": "nodemon src/index.ts",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --fix",
"tsc": "tsc",
"postinstall": "npm run build"
},
"keywords": [],