We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0caf77 commit 0066b89Copy full SHA for 0066b89
.gitignore
@@ -0,0 +1,2 @@
1
+/node_modules
2
+/yarn.lock
package.json
@@ -0,0 +1,28 @@
+{
+ "name": "weekly",
3
+ "version": "1.0.0",
4
+ "description": "前端界的好文精读,每周更新!",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/dt-fe/weekly.git"
12
13
+ "author": "",
14
+ "license": "ISC",
15
+ "bugs": {
16
+ "url": "https://github.com/dt-fe/weekly/issues"
17
18
+ "homepage": "https://github.com/dt-fe/weekly#readme",
19
+ "dependencies": {
20
+ "husky": "^3.0.4",
21
+ "lint-md-cli": "^0.1.1"
22
23
+ "husky": {
24
+ "hooks": {
25
+ "pre-commit": "npx lint-md ./"
26
+ }
27
28
+}
0 commit comments