Skip to content

Commit d8e7db7

Browse files
committed
chore(release): new version published
1 parent bfb2913 commit d8e7db7

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/dist
1+
# /dist
22
/src/page

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@halvaradop/tailwindcss-flow",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "A TailwindCSS plugin that provides a set of utilities to enhance the default functionalities and offer additional customization options.",
5-
"main": "src/index.ts",
6-
"types": "src/index.d.ts",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
77
"scripts": {
88
"build:ts": "tsc",
99
"build:css": "npx tailwindcss -i src/utilities.css -o dist/tailwindcss.css",
1010
"build": "tsc && npm run build:css"
1111
},
1212
"publishConfig": {
1313
"access": "public",
14-
"registry": "https://registry.npmjs.org/@halvaradop/tailwindcss-flow@0.0.1"
14+
"registry": "https://registry.npmjs.org/@halvaradop/tailwindcss-flow"
1515
},
1616
"repository": {
1717
"type": "git",
@@ -39,5 +39,8 @@
3939
},
4040
"peerDependencies": {
4141
"tailwindcss": ">=3.0.0"
42-
}
42+
},
43+
"files": [
44+
"dist"
45+
]
4346
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@
107107
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
108108
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
109109
},
110-
"include": ["src/"],
110+
"include": ["src/**/*.ts"],
111111
"exclude": ["src/page"]
112112
}

0 commit comments

Comments
 (0)