Skip to content

Commit b6d1808

Browse files
committed
rename lib to src
1 parent a7b4dcc commit b6d1808

File tree

132 files changed

+5
-5
lines changed

Some content is hidden

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

132 files changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "algorithms.js",
33
"version": "1.0.0",
44
"description": "Algorithms in JS",
5-
"main": "./lib/data-structures/graphs/graph.js",
5+
"main": "./src/data-structures/graphs/graph.js",
66
"dependencies": {
77
"lodash": "4.17.10"
88
},
@@ -14,10 +14,10 @@
1414
"jest": "23.0.1"
1515
},
1616
"scripts": {
17-
"test": "jest lib/data-structures # jest # mocha src/**/*spec.js # jasmine JASMINE_CONFIG_PATH=jasmine.json # node jasmine-runner.js",
18-
"watch": "jest lib/data-structures --watch --coverage",
19-
"coverage": "jest lib/data-structures --coverage && open coverage/lcov-report/index.html",
20-
"linter": "npx eslint --fix -f codeframe lib/"
17+
"test": "jest src/data-structures # jest # mocha src/**/*spec.js # jasmine JASMINE_CONFIG_PATH=jasmine.json # node jasmine-runner.js",
18+
"watch": "jest src/data-structures --watch --coverage",
19+
"coverage": "jest src/data-structures --coverage && open coverage/lcov-report/index.html",
20+
"linter": "npx eslint --fix -f codeframe src/"
2121
},
2222
"keywords": [],
2323
"author": "",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)