Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
package.json typo
  • Loading branch information
cak committed Dec 29, 2018
1 parent 5d1f6c3 commit 023c9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "blockade",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/cakinney/blockade"
},
"description": "Security Headers for Node.js",
"main": "lib/bloackade.js",
"main": "lib/blockade.js",
"types": "lib/blockade.d.ts",
"scripts": {
"build": "tsc"
Expand Down

0 comments on commit 023c9e0

Please sign in to comment.