Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc2a7576

Browse files
author
keenondrums
committed
Fix typings
1 parentd4dbab3 commitc2a7576

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

‎package-lock.json‎

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main":"dist/index.js",
66
"scripts": {
77
"test":"npx jest -i",
8-
"compile":"rm -rf ./dist && npx tsc -p ./tsconfig.prod.json",
8+
"compile":"npx rimraf ./dist && npx tsc -p ./tsconfig.prod.json",
99
"lint":"npx tsc -p ./tsconfig.json --noEmit && npx tslint -c ./tslint.json -p ./tsconfig.json",
1010
"prepack":"npm run compile"
1111
},
@@ -38,7 +38,9 @@
3838
"jest":"^23.6.0",
3939
"lint-staged":"^8.1.0",
4040
"prettier":"^1.16.0",
41+
"redux":"^4.0.1",
4142
"reflect-metadata":"^0.1.13",
43+
"rimraf":"^2.6.3",
4244
"ts-jest":"^23.10.5",
4345
"tslint":"^5.12.1",
4446
"tslint-config-prettier":"^1.17.0",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp