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" : " @starbeam-dev/compile" ,
3- "version" : " 1.0.1" ,
4- "description" : " A rollup plugin for building packages that use starbeam-dev" ,
5- "repository" : {
6- "type" : " git" ,
7- "url" : " git@github.com:starbeamjs/dev-compile.git"
8- },
93 "type" : " module" ,
4+ "version" : " 1.0.2" ,
5+ "description" : " A rollup plugin for building packages that use starbeam-dev" ,
6+ "main" : " dist/index.js" ,
7+ "types" : " dist/index.d.ts" ,
108 "exports" : {
119 "types" : " ./dist/index.d.ts" ,
1210 "default" : " ./dist/index.js"
1311 },
14- "main" : " dist/index.js" ,
15- "types" : " dist/index.d.ts" ,
1612 "scripts" : {
1713 "prepare" : " rollup -c" ,
1814 "test:lint" : " eslint . --max-warnings 0" ,
3834 "@types/rollup__plugin-node-resolve" : " workspace:^" ,
3935 "eslint" : " ^8.51.0" ,
4036 "release-plan" : " ^0.6.0"
37+ },
38+ "repository" : {
39+ "type" : " git" ,
40+ "url" : " git@github.com:starbeamjs/dev-compile.git"
4141 }
4242}
You can’t perform that action at this time.
0 commit comments