Skip to content

Commit

Permalink
Bump version to 1.0.0 for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fkling committed Dec 12, 2015
1 parent 2fa13d8 commit c75b60f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docblock-parser",
"version": "0.1.3",
"version": "1.0.0",
"description": "A standalone docblock parser",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,6 +35,8 @@
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testPathDirs": ["src/"]
"testPathDirs": [
"src/"
]
}
}

0 comments on commit c75b60f

Please sign in to comment.