Skip to content

Commit 589d377

Browse files
Merge pull request #53 from jonschlinkert/master
removes CLI
2 parents 6fb6e92 + 8802071 commit 589d377

File tree

2 files changed

+3
-84
lines changed

2 files changed

+3
-84
lines changed

bin/cli.js

Lines changed: 0 additions & 75 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,12 @@
77
"contributors": [
88
"Steven Levithan",
99
"Felix Geisendörfer <[email protected]>",
10-
"Christoph Tavan <[email protected]>"
10+
"Christoph Tavan <[email protected]>",
11+
"Jon Schlinkert (https://github.com/jonschlinkert)"
1112
],
12-
"version": "1.0.12",
13+
"version": "2.0.0",
1314
"license": "MIT",
1415
"main": "lib/dateformat",
15-
"bin": {
16-
"dateformat": "bin/cli.js"
17-
},
18-
"dependencies": {
19-
"get-stdin": "^4.0.1",
20-
"meow": "^3.3.0"
21-
},
2216
"devDependencies": {
2317
"underscore": "1.7.0",
2418
"mocha": "2.0.1"

0 commit comments

Comments
 (0)