This website works better with JavaScript.
Home
Help
Sign In
dsluijk
/
teenyui
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
15
Activity
Browse Source
fix: include style-inject in the npm bundle
tags/0.1.3^2
Dany Sluijk
2 years ago
parent
26e36bfa58
commit
1e7609c0a0
Signed by:
dsluijk
GPG Key ID:
EEEBA79CCB6729B0
2 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
.gitignore
+1
-1
package.json
+ 4
- 2
.gitignore
View File
@@ -1,6 +1,8 @@
node_modules
/example/node_modules
/example/dist
/node_modules
/dist
yarn.lock
package-lock.json
dist
yarn-error.log
.cache
+ 1
- 1
package.json
View File
@@ -1,6 +1,6 @@
{
"name": "teenyui",
"version": "0.1.
2
",
"version": "0.1.
3
",
"description": "Tiny UI library for Preact",
"module": "./dist/src/index.js",
"types": "./dist/index.d.ts",