Skip to content

Commit

Permalink
更新依赖,更新配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
feichao93 committed Aug 11, 2018
1 parent 2397d08 commit d5ba662
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 417 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 shinima
Copyright (c) 2017-2018 shinima

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
32 changes: 7 additions & 25 deletions package.json
Expand Up @@ -34,42 +34,24 @@
},
"devDependencies": {
"@types/html-webpack-plugin": "^3.2.0",
"@types/jest": "^23.1.4",
"@types/node": "^10.5.2",
"@types/jest": "^23.3.1",
"@types/node": "^10.5.4",
"@types/pegjs": "^0.10.1",
"@types/webpack": "^4.4.5",
"@types/webpack": "^4.4.8",
"coveralls": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"husky": "1.0.0-rc.13",
"jest": "^23.3.0",
"lint-staged": "^7.2.0",
"jest": "^23.4.2",
"lodash.debounce": "^4.0.8",
"pegjs": "^0.10.0",
"pegjs-loader": "^0.5.4",
"prettier": "^1.13.7",
"prettier": "^1.14.0",
"pretty": "^2.0.0",
"ts-jest": "^23.0.0",
"ts-jest": "^23.0.1",
"ts-loader": "^4.4.2",
"ts-node": "^7.0.0",
"typescript": "^2.9.2",
"webpack": "^4.15.1",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"husky": {
"pre-commit": "lint-staged",
"pre-push": "jest"
},
"lint-staged": {
"{src,__tests__,bin,playground}/**/*.{ts,js}": [
"prettier --write",
"git add"
]
}
}
6 changes: 6 additions & 0 deletions prettier.config.js
@@ -0,0 +1,6 @@
module.exports = {
printWidth: 100,
semi: false,
singleQuote: true,
trailingComma: 'all',
}

0 comments on commit d5ba662

Please sign in to comment.