Skip to content

Commit

Permalink
Update package version for NPM publish
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocode committed Jun 9, 2016
1 parent 7523c8d commit ed47020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules/
typings/
lib/**/*.js
spec/**/*.js
spec/**/*.d.ts
spec/**/*.d.ts
npm-debug.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-promise-inspect",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility for inspecting the state of ES6 promises",
"main": "inspect.js",
"scripts": {
Expand Down

0 comments on commit ed47020

Please sign in to comment.