Skip to content

Commit

Permalink
Merge pull request #26 from swcurran/main
Browse files Browse the repository at this point in the history
Update pacakage.json
  • Loading branch information
swcurran authored Aug 13, 2024
2 parents 16b38d4 + bf5625c commit fbc6a82
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"type": "git",
"url": "git://github.com/hyperledger/anoncreds-methods-registry"
},
"dependencies": {
"spec-up": "^0.10.3"
},
"devDependencies": {
"ace-custom-element": "1.6.5",
"ajv": "^6.12.5",
"mocha": "^10.1.0"
},
"main": "index.js",
"scripts": {
"render": "node -e \"require('spec-up')({ nowatch: true })\"",
"edit": "node -e \"require('spec-up')()\"",
"test": "mocha 'test/**/*.js'"
"render": "node -e \"require('spec-up')({ nowatch: true })\"",
"dev": "node -e \"require('spec-up')({ dev: true })\""
},
"bugs": {
"url": "https://github.com/hyperledger/anoncreds-methods-registry"
},
"homepage": "https://github.com/hyperledger/anoncreds-methods-registry",
"dependencies": {
"spec-up": "github:brianorwhatever/spec-up#master"
}
}

0 comments on commit fbc6a82

Please sign in to comment.