Skip to content

Commit

Permalink
Fixed promise.js case in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Mar 22, 2016
1 parent 70e1932 commit 28cf93d
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": "promise-polyfill",
"version": "4.0.1",
"version": "4.0.2",
"description": "Lightweight promise polyfill. A+ compliant",
"main": "Promise.js",
"main": "promise.js",
"scripts": {
"test": "eslint promise.js && mocha && karma start --single-run",
"build": "uglifyjs --compress --mangle -o promise.min.js -- promise.js "
Expand Down

0 comments on commit 28cf93d

Please sign in to comment.