Skip to content

Commit

Permalink
Updated scripts and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 4, 2018
1 parent 59aacd1 commit bffeaaf
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@
"clean": "rimraf ./out",
"compile": "tsc -p ./",
"compile:watch": "tsc -watch -p ./",
"generateJson": "node -r ts-node/register ./scripts/icons/generateJson.ts",
"check": "node -r ts-node/register scripts/icons/checks",
"generateJson": "ts-node ./scripts/icons/generateJson.ts",
"check": "ts-node scripts/icons/checks",
"postinstall": "node ./node_modules/vscode/bin/install",
"tslint": "tslint -c tslint.json ./src/**/*.ts ./scripts/**/*ts",
"pretest": "npm run build",
"test": "node ./node_modules/vscode/bin/test",
"bithound": "bithound check [email protected]:PKief/vscode-material-icon-theme.git",
"preview": "npm run build && node -r ts-node/register ./scripts/preview"
"preview": "npm run build && ts-node ./scripts/preview"
},
"dependencies": {
"lodash.merge": "^4.6.1",
Expand All @@ -150,12 +150,12 @@
"devDependencies": {
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"@types/puppeteer": "^1.0.0",
"@types/puppeteer": "^1.0.1",
"bithound": "^1.7.0",
"mocha": "^5.0.1",
"puppeteer": "^1.1.0",
"puppeteer": "^1.1.1",
"rimraf": "^2.6.2",
"ts-node": "^5.0.0",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"vscode": "^1.1.10"
Expand Down

0 comments on commit bffeaaf

Please sign in to comment.