Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocode committed Jun 9, 2016
1 parent ed47020 commit ce7aa64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-promise-inspect",
"version": "1.0.1",
"version": "1.0.2",
"description": "A utility for inspecting the state of ES6 promises",
"main": "inspect.js",
"scripts": {
Expand All @@ -26,7 +26,8 @@
},
"typings": "lib/inspect.d.ts",
"files": [
"lib/",
"lib/inspect.js",
"lib/inspect.d.ts",
"README.md"
]
}

0 comments on commit ce7aa64

Please sign in to comment.