Skip to content

Commit

Permalink
Merge pull request #8 from rksan/build
Browse files Browse the repository at this point in the history
v0.1.0 release
  • Loading branch information
rksan authored Sep 6, 2023
2 parents 85d9afa + f55f366 commit 757dac2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rksan/random-string",
"description": "Generate random string",
"version": "0.0.2",
"version": "0.1.0",
"main": "dist/index.js",
"types": "types-defines/index.d.ts",
"publishConfig": {
Expand All @@ -15,8 +15,7 @@
"coverage": "npm run test && nyc report --reporter=lcovonly",
"prebuild:ts": "rm -rf dist && rm -rf types-defines",
"build:ts": "tsc -d -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
"build": "npm run build:ts",
"publish": "npm publish --access public"
"build": "npm run build:ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 757dac2

Please sign in to comment.