Browse Source

add opener

Will Hilton 9 years ago
parent
commit
a165f96255
1 changed files with 5 additions and 2 deletions
  1. 5 2
      package.json

+ 5 - 2
package.json

@@ -9,7 +9,7 @@
     "build": "jus build . dist",
     "build": "jus build . dist",
     "commit": "git add dist && git commit -m 'update dist'",
     "commit": "git add dist && git commit -m 'update dist'",
     "push": "git subtree push --prefix dist origin master",
     "push": "git subtree push --prefix dist origin master",
-    "open": "open https://wmhilton.com"
+    "open": "opener https://wmhilton.com"
   },
   },
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
@@ -20,5 +20,8 @@
   "bugs": {
   "bugs": {
     "url": "https://github.com/wmhilton/wmhilton.github.io/issues"
     "url": "https://github.com/wmhilton/wmhilton.github.io/issues"
   },
   },
-  "homepage": "https://github.com/wmhilton/wmhilton.github.io#readme"
+  "homepage": "https://github.com/wmhilton/wmhilton.github.io#readme",
+  "devDependencies": {
+    "opener": "^1.4.1"
+  }
 }
 }