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 ce7aa64 commit 051c19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "es6-promise-inspect",
"version": "1.0.2",
"version": "1.0.3",
"description": "A utility for inspecting the state of ES6 promises",
"main": "inspect.js",
"main": "lib/inspect.js",
"scripts": {
"ts-compile": "node node_modules/mocha/bin/mocha spec --recursive",
"test": "node node_modules/mocha/bin/mocha spec --recursive"
Expand Down

0 comments on commit 051c19d

Please sign in to comment.