Skip to content

Commit

Permalink
ci: Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
henningmu committed Nov 30, 2021
1 parent 3925ab2 commit 79e38d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doist/react-interpolate",
"version": "0.3.4",
"version": "0.3.5",
"description": "A string interpolation component that formats and interpolates a template string in a safe way",
"main": "dist/react-interpolate.cjs",
"module": "dist/react-interpolate.mjs",
Expand All @@ -13,8 +13,7 @@
"lint": "eslint ./src ./__test__",
"build": "del dist && rollup -c && npm run mini-cjs && npm run mini-mjs",
"mini-cjs": "uglifyjs dist/react-interpolate.cjs --compress --mangle --enclose --output dist/react-interpolate.min.cjs",
"mini-mjs": "uglifyjs dist/react-interpolate.mjs --compress --mangle --enclose --output dist/react-interpolate.min.mjs",
"publish": "npm run build && npm publish"
"mini-mjs": "uglifyjs dist/react-interpolate.mjs --compress --mangle --enclose --output dist/react-interpolate.min.mjs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 79e38d0

Please sign in to comment.