Skip to content

Commit

Permalink
Fix npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Aug 17, 2017
1 parent 264a730 commit dc94905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
@@ -1,6 +1,6 @@
*
!dist/
!dist/*
dist/test/
!package.json
!*.md
!*.png
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "A set of useful tools for GraphQL",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit dc94905

Please sign in to comment.