Skip to content

Commit 2f966d2

Browse files
committed
Fix package.jsons
1 parent ceda1f4 commit 2f966d2

File tree

12 files changed

+24
-0
lines changed

12 files changed

+24
-0
lines changed

packages/preset-bootstrap/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {

packages/preset-bulma/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {

packages/preset-dark/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {

packages/preset-deep/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {

packages/preset-funk/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {

packages/preset-future/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {

packages/preset-polaris/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Yuraima Estevez",
79
"license": "MIT",
810
"scripts": {

packages/preset-roboto/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {

packages/preset-swiss/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {

packages/preset-system/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {

0 commit comments

Comments
 (0)