Skip to content

Commit

Permalink
remove utils.js from files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jan 19, 2016
1 parent 2f831b9 commit 684b8e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
"index.js"
],
"main": "index.js",
"engines": {
Expand All @@ -24,7 +23,7 @@
"arr-union": "^3.0.0",
"get-value": "^2.0.2",
"is-extendable": "^0.1.1",
"set-value": "^0.3.2"
"set-value": "^0.3.3"
},
"devDependencies": {
"mocha": "*",
Expand Down

0 comments on commit 684b8e7

Please sign in to comment.