Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #64 from tomjnsn/master
Browse files Browse the repository at this point in the history
changed main script in package.json
  • Loading branch information
getify committed Apr 17, 2015
2 parents b5bbe03 + a475b24 commit 6bde588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asq.src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! asynquence
v0.5.5-b (c) Kyle Simpson
v0.6.0-a (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "asynquence",
"version": "0.5.5-b",
"version": "0.6.0-a",
"description": "asynquence: promise-style async sequence flow-control",
"main": "./asq.js",
"main": "./asq.src.js",
"scripts": {
"test": "./node-tests.js",
"build-core": "./build-core.js"
Expand Down

0 comments on commit 6bde588

Please sign in to comment.