Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jan 10, 2022
1 parent 207ffdb commit dc485e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-sarif-builder",
"version": "0.1.1",
"version": "1.0.0",
"description": "Module to help building SARIF log files",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -44,10 +44,10 @@
"fs-extra": "^10.0.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.8",
"@ava/typescript": "^3.0.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^4.0.1",
Expand Down Expand Up @@ -89,4 +89,4 @@
"**/*.spec.js"
]
}
}
}

0 comments on commit dc485e0

Please sign in to comment.