Skip to content

Commit 62dbbb2

Browse files
man-fishyujinyang.01
authored and
yujinyang.01
committedNov 4, 2021
feat(design-pattern):完成设计模式笔记;
1 parent 01e0d42 commit 62dbbb2

File tree

129 files changed

+19585
-3197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+19585
-3197
lines changed
 

‎package-lock.json

+12,354
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
"version": "1.0.0",
44
"description": "use ts to do algorithms",
55
"main": "index.js",
6+
"type": "module",
67
"devDependencies": {
78
"@types/jest": "^26.0.8",
89
"husky": "^4.3.0",
910
"jest": "^26.2.2",
11+
"ramda": "^0.27.1",
1012
"rimraf": "^3.0.2",
1113
"ts-jest": "^26.1.4",
1214
"typescript": "^3.9.7"
@@ -18,11 +20,6 @@
1820
"build": "npm run clean && npm run build-ts",
1921
"prepublishOnly": "npm run test && npm run build"
2022
},
21-
"husky": {
22-
"hooks": {
23-
"pre-commit": "npm run test"
24-
}
25-
},
2623
"repository": {
2724
"type": "git",
2825
"url": "git+https://github.com/patrick-prod/typescript-algorithms.git"
@@ -36,5 +33,8 @@
3633
"bugs": {
3734
"url": "https://github.com/patrick-prod/typescript-algorithms/issues"
3835
},
39-
"homepage": "https://github.com/patrick-prod/typescript-algorithms#readme"
36+
"homepage": "https://github.com/patrick-prod/typescript-algorithms#readme",
37+
"dependencies": {
38+
"jquery": "^3.6.0"
39+
}
4040
}

0 commit comments

Comments
 (0)
Please sign in to comment.