Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
draconisNoctis committed Feb 16, 2024
2 parents 8714052 + 40a7112 commit b6eb8d6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@neoskop/ugl",
"version": "2.0.1",
"version": "2.0.2",
"description": "A library to create UGL files",
"main": "lib/cjs/index.js",
"jsnext:main": "lib/esm/index.js",
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"exports": {
"types": "./lib/cjs/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/cjs/index.js"
".": {
"types": "./lib/cjs/index.d.ts",
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
}
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit b6eb8d6

Please sign in to comment.