Skip to content

Commit

Permalink
Merge pull request #1 from ichy-wayland/ichy-wayland-patch-1
Browse files Browse the repository at this point in the history
We actually need cardinal, apparently
  • Loading branch information
Dimitri Wayland committed Apr 24, 2016
2 parents ec8009c + 03bfb1b commit 2d959cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"stool": ">=0.0.7",
"diff": ">=2.2.1",
"strip-ansi": ">=3.0.0",
"colors": ">=1.1.2",
"cardinal": ">=0.6.0"
"colors": ">=1.1.2"
},
"dependencies": {
"source-map": ">=0.5.3",
"source-map-support": ">=0.3.3"
"source-map-support": ">=0.3.3",
"cardinal": ">=0.6.0"
},
"scripts": { "test": "bin/sibilant -x stool.sibilant -- test" }
}
}

0 comments on commit 2d959cb

Please sign in to comment.