Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kovacs committed Oct 31, 2016
1 parent 3744001 commit 285fae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traverse-dom",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple DOM traversal methods with some tolerance for modification of the element tree during traversal",
"main": "./traverse-dom.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"lint": "eslint src test && flow check",
"lint:examples": "eslint examples",
"build": "cp src/traverse-dom.js dist/traverse-dom.js.flow && babel src --out-dir dist",
"release": "node bin/next-version.js",
"release": "node bin/next-version.js",
"prepublish": "./bin/prepublish.sh",
"postpublish": "./bin/postpublish.sh"
},
Expand Down Expand Up @@ -57,4 +57,4 @@
"semver": "^5.3.0",
"testem": "^1.12.0"
}
}
}

0 comments on commit 285fae8

Please sign in to comment.