File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# TypeScript algorithms and data structures
2
2
3
+ Useful algorithms and Data structures written in typescript.
4
+
3
5
[ ![ Build Status] ( https://travis-ci.org/sularome/TypeScript-Algorithms-and-Data-Structures.svg?branch=master )] ( https://travis-ci.org/sularome/TypeScript-Algorithms-and-Data-Structures ) [ ![ Code Climate] ( https://codeclimate.com/github/sularome/JavaScript-Algorithms/badges/gpa.svg )] ( https://codeclimate.com/github/sularome/JavaScript-Algorithms ) [ ![ Test Coverage] ( https://codeclimate.com/github/sularome/JavaScript-Algorithms/badges/coverage.svg )] ( https://codeclimate.com/github/sularome/JavaScript-Algorithms/coverage ) [ ![ Issue Count] ( https://codeclimate.com/github/sularome/JavaScript-Algorithms/badges/issue_count.svg )] ( https://codeclimate.com/github/sularome/JavaScript-Algorithms )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " javascript -algorithms" ,
2
+ "name" : " typescript -algorithms-and-datastructures " ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " " ,
5
5
"main" : " dist/index.js" ,
9
9
"clear" : " npx rimraf dist" ,
10
10
"test" : " npx jest --config jestconfig.json" ,
11
11
"build" : " npm run clear && npx tsc" ,
12
- "lint" : " npx tslint"
12
+ "lint" : " npx tslint" ,
13
+ "prepare" : " npm run build" ,
14
+ "prepublishOnly" : " npm test" ,
15
+ "postversion" : " git push && git push --tags"
13
16
},
14
17
"repository" : {
15
18
"type" : " git" ,
16
- "url" : " https://github.com/sularome/JavaScript -Algorithms.git"
19
+ "url" : " https://github.com/sularome/TypeScript -Algorithms-and-Data-Structures .git"
17
20
},
18
21
"author" : " Yordan Stoev" ,
19
22
"license" : " ISC" ,
20
23
"bugs" : {
21
- "url" : " https://github.com/sularome/JavaScript -Algorithms/issues"
24
+ "url" : " https://github.com/sularome/TypeScript -Algorithms-and-Data-Structures /issues"
22
25
},
23
- "homepage" : " https://github.com/sularome/JavaScript -Algorithms" ,
26
+ "homepage" : " https://github.com/sularome/TypeScript -Algorithms-and-Data-Structures " ,
24
27
"devDependencies" : {
25
28
"@types/jest" : " ^24.0.11" ,
26
29
"jest" : " ^24.5.0" ,
You can’t perform that action at this time.
0 commit comments