File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @antv/layout" ,
3- "version" : " 2.0.0-beta.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " graph layout algorithm" ,
55 "main" : " dist/index.min.js" ,
66 "module" : " lib/index.js" ,
6262 "@types/d3-force" : " ^3.0.4" ,
6363 "@types/d3-quadtree" : " ^2.0.6" ,
6464 "@types/dagre" : " ^0.7.52" ,
65+ "@types/jest" : " ^30.0.0" ,
6566 "babel-loader" : " ^8.0.6" ,
6667 "eslint" : " ^7.32.0" ,
6768 "eslint-config-airbnb-base" : " ^14.2.1" ,
104105 "test:coverage:open" : " open-cli coverage/lcov-report/index.html" ,
105106 "test:coverage" : " jest --coverage" ,
106107 "test" : " jest" ,
107- "deploy" : " npm --prefix site run build && gh-pages -d site/doc_build"
108+ "deploy" : " npm --prefix site run build && gh-pages -d site/doc_build" ,
109+ "lint" : " tsc --noEmit"
108110 },
109111 "publishConfig" : {
110112 "access" : " public" ,
You can’t perform that action at this time.
0 commit comments