Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Jun 8, 2022
1 parent 0cf4ad7 commit a19f6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"filesize:distribution": "filesizes dist/ > dist/Report.txt",
"lint:markdown": "remark \"./*.md\" \"./src/**/*.md\"",
"release:prepare": "npm publish $(node -p \"p=require('./package.json');p.name+'-'+p.version+'.tgz'\")",
"release:publish": "npm publish --access public --ignore-scripts --@OWNER:registry='https://registry.npmjs.org'"
"release": "npm publish --access public --ignore-scripts --@OWNER:registry='https://registry.npmjs.org'"
},
"type": "module",
"version": "0.0.1"
"version": "0.0.2"
}

0 comments on commit a19f6c0

Please sign in to comment.