Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiroarakawa committed May 14, 2021
1 parent 6d16776 commit 59f2e28
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oada/change",
"version": "0.2.0",
"version": "0.2.1",
"description": "An implementation of OADA Change",
"repository": "https://github.com/OADA/change",
"main": "dist/index.ts",
Expand All @@ -15,12 +15,11 @@
},
"author": "Tomohiro Arakawa <tomohiro@tarakawa.net>",
"license": "Apache-2.0",
"dependencies": {
"dependencies": {},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.3.2",
"ts-node": "^9.1.1"
},
"devDependencies": {
"ts-node": "^9.1.1",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"typescript": "^4.2.3"
Expand Down

0 comments on commit 59f2e28

Please sign in to comment.