Skip to content

Commit

Permalink
Merge branch 'main' into release/0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nandi95 committed Jul 28, 2023
2 parents 2bb7eb6 + 6d27d41 commit 8a90e09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@upfrontjs/framework",
"version": "0.18.0",
"version": "0.18.1",
"description": "Data handling framework complementary to backend model systems.",
"main": "index.min.js",
"module": "index.es.min.js",
"exports": {
".": {
"default": "./index.min.js",
"import": "./index.es.min.js",
"require": "./index.min.js",
"node": "./index.min.js"
}
},
"exports": {
".": {
"default": "./index.min.js",
"import": "./index.es.min.js",
"require": "./index.min.js",
"node": "./index.min.js"
}
},
"types": "types/index.d.ts",
"files": [
"string*.js",
Expand Down

0 comments on commit 8a90e09

Please sign in to comment.