Skip to content

Commit

Permalink
Publish on NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
r-flash committed Aug 3, 2024
1 parent c74d2ed commit d481c90
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 81 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ please, help me test it and provide reduced examples of failure cases.

## TODO

- Publish on NPM.
- Expand documentation.
- Comment the code thoroughly.
- Support [shape builder](https://media.inkscape.org/media/news/uploads/1-3-shape-builder-ssr_gy8C0ba.webp) use-case.

## Installation

```shell
npm install path-bool
```

## Building

```shell
Expand Down
154 changes: 77 additions & 77 deletions package-lock.json

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

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"name": "Adam Platkevič",
"email": "[email protected]"
},
"description": "A low-level library for performing boolean operations on SVG paths.",
"keywords": [
"vector",
"path",
Expand All @@ -16,6 +17,10 @@
"type": "module",
"main": "./dist/path-bool.js",
"types": "./dist/types/index.d.ts",
"repository": {
"url": "https://github.com/r-flash/PathBool.js",
"type": "git"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@resvg/resvg-js": "^2.6.2",
Expand All @@ -26,11 +31,11 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"cheerio": "^1.0.0-rc.12",
"glob": "^11.0.0",
"globals": "^15.8.0",
"globals": "^15.9.0",
"jest": "^29.7.0",
"prettier": "3.3.3",
"rollup": "^4.18.1",
"ts-jest": "^29.2.2",
"rollup": "^4.20.0",
"ts-jest": "^29.2.4",
"tslib": "^2.6.3"
},
"scripts": {
Expand Down

0 comments on commit d481c90

Please sign in to comment.