We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174521b commit 6116552Copy full SHA for 6116552
HISTORY.md
@@ -0,0 +1,5 @@
1
+
2
+0.0.1 / 2015-07-14
3
+==================
4
5
+ * initial release
package.json
@@ -1,6 +1,6 @@
{
"name": "duo-tester",
- "version": "0.0.0",
+ "version": "0.0.1",
"description": "Automated testing tool for developers using duo",
"repository": "dominicbarnes/duo-tester",
6
"bin": "bin/duo-test",
@@ -12,5 +12,8 @@
12
"mocha-phantomjs": "^3.5.3",
13
"phantomjs": "^1.9.16",
14
"win-spawn": "^2.0.0"
15
+ },
16
+ "scripts": {
17
+ "hooks": "cp scripts/hooks/* .git/hooks/"
18
}
19
scripts/hooks/post-release.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+npm publish
0 commit comments