Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Nov 17, 2019
1 parent 2849d52 commit 8c97643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitesauce-cli",
"version": "0.0.1",
"version": "0.0.3",
"description": "The Sitesauce CLI.",
"license": "MIT",
"repository": "sitesauce/cli",
Expand All @@ -15,12 +15,6 @@
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli",
"cli-app",
Expand All @@ -38,10 +32,5 @@
"querystring": "^0.2.0",
"uuid": "^3.3.3",
"yargs": "^14.2.0"
},
"devDependencies": {
"ava": "^2.1.0",
"execa": "^2.0.0",
"xo": "^0.24.0"
}
}
7 changes: 0 additions & 7 deletions test.js

This file was deleted.

0 comments on commit 8c97643

Please sign in to comment.