Skip to content

Commit

Permalink
Merge branch 'release/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
draconisNoctis committed Feb 16, 2024
2 parents b6eb8d6 + 0152497 commit af08617
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
@@ -1,17 +1,10 @@
{
"name": "@neoskop/ugl",
"version": "2.0.2",
"version": "2.0.3",
"description": "A library to create UGL files",
"main": "lib/cjs/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",
"require": "./lib/cjs/index.js"
}
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit af08617

Please sign in to comment.