We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b7011 commit 1570736Copy full SHA for 1570736
.gitignore
@@ -1,3 +1,4 @@
1
/node_modules/
2
/.parcel-cache/
3
*.DS_Store
4
+dist/**/*.test.*
package.json
@@ -1,6 +1,6 @@
{
"name": "@chelonia/lib",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "Library for building Chelonia applications",
5
"main": "dist/cjs/index.cjs",
6
"types": "dist/cjs/index.d.cts",
0 commit comments