Skip to content

Commit def505e

Browse files
committed
fix: add webpack config to published files
1 parent 8d27fc7 commit def505e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules/
22
.idea/
33

4-
package-lock.json
4+
package-lock.json
5+
nativescript-tailwind-*.tgz

Diff for: dist/tailwind.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/tailwind",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "TailwindCSS for NativeScript",
55
"main": "src/index.js",
66
"bin": {
@@ -13,7 +13,8 @@
1313
"files": [
1414
"dist",
1515
"src",
16-
"tailwind.config.js"
16+
"tailwind.config.js",
17+
"nativescript.webpack.js"
1718
],
1819
"repository": "https://github.com/rigor789/nativescript-tailwind",
1920
"keywords": [

0 commit comments

Comments
 (0)