Skip to content

Commit

Permalink
add package-lock.json & clean deps
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Jul 30, 2018
1 parent f1e25a3 commit 97657cc
Show file tree
Hide file tree
Showing 4 changed files with 1,281 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -6,7 +6,6 @@
\#*\#

npm-debug.log
package-lock.json

build/
node_modules/
Expand Down
1 change: 0 additions & 1 deletion lib/index.js
Expand Up @@ -3,7 +3,6 @@
*/

const camelCase = require('lodash.camelcase')
const snakeCase = require('lodash.snakecase')

const internal = require('./native.js')

Expand Down

0 comments on commit 97657cc

Please sign in to comment.