Skip to content

Commit

Permalink
skyring: re-introduce the command line tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Satterwhite committed Apr 26, 2020
1 parent af278a3 commit bbbe6f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions packages/skyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"skyring": "./bin/skyring.js"
},
"scripts": {
"test": "npm run check && tap --cov -Rtap test",
"test": "npm run check && tap test",
"tap": "tap",
"coverage": "tap --coverage-report=text-lcov | ./node_modules/.bin/codeclimate-test-reporter",
"check": "check-pkg -d !docs -d !node_modules -d !examples -d !.git",
Expand All @@ -18,9 +18,10 @@
},
"author": "Eric Satterwhite <[email protected]>",
"license": "MIT",
"homepage": "https://esatterwhite.github.io/skyring/",
"repository": {
"type": "git",
"url": "https://github.com/esatterwhite/skyring"
"url": "https://github.com/esatterwhite/packages/skyring"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit bbbe6f2

Please sign in to comment.