Skip to content

Commit

Permalink
Bump to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
draconisNoctis committed Feb 16, 2024
1 parent 05f11ac commit 40a7112
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "@neoskop/ugl",
"version": "2.0.1",
"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",
"test:coverage": "jest --coverage",
"clean": "rimraf lib",
"prebuild": "npm run test && npm run clean",
"build": "tsc && tsc -p tsconfig.esm.json && echo '{ \"type\": \"module\" }' > lib/esm/package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/neoskop/neoskop-ugl"
},
"keywords": [
"ugl"
],
"author": "Mark Wecke <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/neoskop/neoskop-ugl/issues"
},
"homepage": "https://github.com/neoskop/neoskop-ugl#readme",
"devDependencies": {
"@types/jest": "29.5.11",
"@types/node": "20.11.5",
"coveralls-next": "^4.2.0",
"jest": "29.7.0",
"prettier": "3.2.4",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.3.3"
},
"engines": {
"node": ">=16.0.0"
"name": "@neoskop/ugl",
"version": "2.0.2",
"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",
"test:coverage": "jest --coverage",
"clean": "rimraf lib",
"prebuild": "npm run test && npm run clean",
"build": "tsc && tsc -p tsconfig.esm.json && echo '{ \"type\": \"module\" }' > lib/esm/package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/neoskop/neoskop-ugl"
},
"keywords": [
"ugl"
],
"author": "Mark Wecke <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/neoskop/neoskop-ugl/issues"
},
"homepage": "https://github.com/neoskop/neoskop-ugl#readme",
"devDependencies": {
"@types/jest": "29.5.11",
"@types/node": "20.11.5",
"coveralls-next": "^4.2.0",
"jest": "29.7.0",
"prettier": "3.2.4",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.3.3"
},
"engines": {
"node": ">=16.0.0"
}
}

0 comments on commit 40a7112

Please sign in to comment.