Skip to content

Commit

Permalink
update 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghieu60s committed Oct 1, 2021
1 parent 32001b2 commit 66a023f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "vn-str",
"version": "1.0.0",
"version": "0.2.0",
"description": "Vietnamese string processing library.",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"test": "webpack && jest",
"build": "webpack"
"build": "webpack",
"publish": "npm publish"
},
"files": [
"dist"
Expand Down

0 comments on commit 66a023f

Please sign in to comment.