chore: Reconfigure packages
This commit is contained in:
parent
22710626fd
commit
366d88ace1
141 changed files with 1047 additions and 920 deletions
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/core
|
||||
|
||||
|
||||
## 2.10.3 (2020-11-08)
|
||||
|
||||
### Changed
|
||||
|
||||
- Renderprops now includes SVG with preRender hook applied
|
||||
|
||||
## 2.10.2 (2020-11-07)
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -35,11 +35,13 @@
|
|||
"report": "BABEL_ENV=production nyc report --reporter=html",
|
||||
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"bezier-js": "^3.0.1",
|
||||
"bin-pack": "^1.0.2",
|
||||
"hooks": "^0.3.2"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue