Skip to content

Commit

Permalink
create hotfix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maycon-mello committed Jul 31, 2023
1 parent 83e6395 commit 6d5b021
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
"version": "0.2.5",
"dependencies": {
"@digitalbazaar/did-method-key": "^2.0.0",
"uuid": "^8.3.2"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "rm -rf lib && NODE_ENV=production babel src/ --out-dir lib --copy-files"
},
"devDependencies": {
"uuid": "^8.3.2",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@babel/polyfill": "^7.12.1",
"@babel/preset-react": "^7.17.12"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "rm -rf lib && NODE_ENV=production babel src/ --out-dir lib --copy-files"
}
}

0 comments on commit 6d5b021

Please sign in to comment.