Skip to content

Commit 603b0f2

Browse files
Merge pull request #2 from starbeamjs/fix-package-json
The published version is 1.0.2, not 1.0.1
2 parents a8bf8a4 + bffa9d3 commit 603b0f2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
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",
@@ -38,5 +34,9 @@
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
}

0 commit comments

Comments
 (0)