1
0
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 0.10.0 to 1.0.1 (#13)

* Update tslint-config-ikatyang from 0.10.0 to 1.0.1

* chore: add prettier

* style: reformat with prettier

* chore(package): update @types/node to version 8.0.15
This commit is contained in:
dependencies[bot]
2017-07-24 12:36:42 +08:00
committed by Ika
parent 85538dadaf
commit d7eca0f9fe
6 changed files with 808 additions and 44 deletions

View File

@@ -9,7 +9,9 @@
"scripts": {
"lint": "tslint -p ./tsconfig.json",
"test": "jest -c ./jest.json",
"generate": "ts-node ./scripts/generate.ts ./README.md"
"generate": "ts-node ./scripts/generate.ts ./README.md",
"format": "gulp format",
"format-check": "gulp format-check"
},
"dependencies": {
"cheerio": "^0.22.0",
@@ -17,15 +19,20 @@
},
"devDependencies": {
"@types/cheerio": "0.22.2",
"@types/gulp": "3.8.33",
"@types/jest": "20.0.4",
"@types/node": "8.0.15",
"@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.2.1",
"tslint": "5.5.0",
"tslint-config-ikatyang": "0.10.0",
"tslint-config-ikatyang": "1.0.1",
"typescript": "2.4.2"
}
}