Skip to content

Commit

Permalink
Remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 12, 2019
1 parent fa70111 commit eeab03e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env node
'use strict'

var trim = require('trim')
var pack = require('./package.json')
var syllable = require('.')

Expand Down Expand Up @@ -69,3 +68,7 @@ function help() {
function sum(a, b) {
return a + b
}

function trim(d) {
return d.trim()
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"bin": "cli.js",
"dependencies": {
"normalize-strings": "^1.1.0",
"pluralize": "^8.0.0",
"trim": "0.0.1"
"pluralize": "^8.0.0"
},
"devDependencies": {
"browserify": "^16.0.0",
Expand Down

0 comments on commit eeab03e

Please sign in to comment.