mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2026-02-06 07:05:18 +01:00
chore(deps): Update tslint-config-ikatyang from 1.0.2 to 2.0.1 (#19)
* Update tslint-config-ikatyang from 1.0.2 to 2.0.1 * chore: remove gulp-plugin-prettier related things
This commit is contained in:
12
package.json
12
package.json
@@ -9,9 +9,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -p ./tsconfig.json",
|
||||
"test": "jest -c ./jest.json",
|
||||
"generate": "ts-node ./scripts/generate.ts ./README.md",
|
||||
"format": "gulp format",
|
||||
"format-check": "gulp format-check"
|
||||
"generate": "ts-node ./scripts/generate.ts ./README.md"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "^0.22.0",
|
||||
@@ -19,20 +17,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cheerio": "0.22.2",
|
||||
"@types/gulp": "3.8.33",
|
||||
"@types/jest": "20.0.5",
|
||||
"@types/node": "8.0.17",
|
||||
"@types/prettier": "1.5.0",
|
||||
"@types/request": "2.0.0",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-plugin-prettier": "1.0.0",
|
||||
"jest": "20.0.4",
|
||||
"jest-playback": "1.0.0",
|
||||
"prettier": "1.5.3",
|
||||
"ts-jest": "20.0.7",
|
||||
"ts-node": "3.3.0",
|
||||
"tslint": "5.5.0",
|
||||
"tslint-config-ikatyang": "1.0.2",
|
||||
"tslint-config-ikatyang": "2.0.1",
|
||||
"typescript": "2.4.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user