File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 22 "name" : " unist-builder" ,
33 "version" : " 1.0.2" ,
44 "description" : " Helper for creating unist trees" ,
5- "author" : " Eugene Sharygin <eush77@gmail.com>" ,
65 "license" : " MIT" ,
7- "scripts" : {
8- "test" : " tape test/*.js"
9- },
10- "files" : [
11- " index.js"
12- ],
13- "homepage" : " https://github.com/eush77/unist-builder" ,
14- "repository" : " eush77/unist-builder" ,
15- "bugs" : {
16- "url" : " https://github.com/eush77/unist-builder/issues"
17- },
186 "keywords" : [
197 " ast" ,
208 " build" ,
2715 " tree" ,
2816 " unist"
2917 ],
18+ "repository" : " syntax-tree/unist-builder" ,
19+ "bugs" : " https://github.com/syntax-tree/unist-builder/issues" ,
20+ "author" : " Eugene Sharygin <eush77@gmail.com>" ,
21+ "contributors" : [
22+ " Eugene Sharygin <eush77@gmail.com>" ,
23+ " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
24+ ],
25+ "files" : [
26+ " index.js"
27+ ],
3028 "dependencies" : {
3129 "object-assign" : " ^4.1.0"
3230 },
3331 "devDependencies" : {
3432 "tape" : " ^4.2.0"
33+ },
34+ "scripts" : {
35+ "test" : " tape test/*.js"
3536 }
3637}
You can’t perform that action at this time.
0 commit comments