Skip to content

Commit

Permalink
fix(Theme Manager): Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswlane committed May 14, 2019
1 parent 75b5fdb commit b91fbd4
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 34 deletions.
85 changes: 61 additions & 24 deletions package-lock.json

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

22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@
"eslint": "eslint src/**/*.ts",
"eslint:fix": "eslint --fix src/**/*.ts",
"ts:watch": "tsc -w",
"verify": "npm run verify:npmvet && npm run verify:david && npm run verify:audit && npm run verify:tscheck && npm run eslint && npm run test",
"verify": "npm run verify:npmvet && npm run verify:david && npm run verify:audit && npm run verify:tscheck && npm run eslint && npm run test && npm run type-check",
"verify:circleci": "circleci config validate",
"verify:ci": "npm run verify:npmvet && npm run verify:audit && npm run test:ci",
"verify:check": "depcheck",
"verify:david": "david",
"verify:npmvet": "npmvet --renderer ci --strict",
"verify:david": "npx david",
"verify:npmvet": "npx npmvet --renderer ci --strict",
"verify:audit": "npm audit fix",
"verify:tscheck": "types-checker"
"verify:tscheck": "npx typesync"
},
"dependencies": {
"lodash": "4.17.11"
},
"devDependencies": {
"@babel/cli": "7.4.4",
Expand All @@ -48,10 +50,13 @@
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-typescript": "7.3.3",
"@types/babel__core": "7.1.1",
"@types/eslint": "4.16.6",
"@types/jest": "24.0.13",
"@types/lodash": "4.14.126",
"@types/node": "11.13.9",
"@types/node": "12.0.1",
"@types/react": "16.8.17",
"@types/semantic-release": "15.13.0",
"@typescript-eslint/eslint-plugin": "1.9.0",
"@typescript-eslint/parser": "1.9.0",
"all-contributors-cli": "6.4.0",
Expand All @@ -66,16 +71,13 @@
"lint-staged": "8.1.6",
"npmvet": "0.1.5",
"opt-cli": "1.6.0",
"semantic-release": "15.13.12",
"semantic-release": "15.13.13",
"ts-jest": "24.0.2",
"typescript": "3.4.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"lodash": "4.17.11"
}
}

0 comments on commit b91fbd4

Please sign in to comment.