Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(package): reduce package size (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored and michael-ciniawsky committed Apr 15, 2017
1 parent a284f3a commit c40dc64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -6,6 +6,14 @@
"engines": {
"node": ">=4.3.0 < 5.0.0 || >= 5.10"
},
"main": "index.js",
"files": [
"schema",
"ExtractedModule.js",
"index.js",
"loader.js",
"OrderUndefinedError.js"
],
"peerDependencies": {
"webpack": "^2.2.0"
},
Expand Down

0 comments on commit c40dc64

Please sign in to comment.