Compare commits

...

4 Commits

Author SHA1 Message Date
e42061047a 2.0.5 2018-07-03 08:41:43 +02:00
3b07f99488 fix(README): fix import statement 2018-07-03 08:41:42 +02:00
3d252a5e3e 2.0.4 2018-07-03 08:39:25 +02:00
d82722296b fix(README): update name 2018-07-03 08:39:25 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# smartpromise
# @pushrocks/smartpromise
dropin replacement for q
smart helpers that work with promises
## Availabililty
@ -29,7 +29,7 @@ Use TypeScript for best in class instellisense.
> smartq does not repeat any native functions, so for things like .all() simply use Promise.all()
```javascript
import * as q from 'smartq'
import * as q from '@pushrocks/smartpromise'
// Deferred
// -----------------------------------------------

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartpromise",
"version": "2.0.3",
"version": "2.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "@pushrocks/smartpromise",
"private": false,
"version": "2.0.3",
"version": "2.0.5",
"description": "dropin replacement for q",
"main": "dist/index.js",
"typings": "dist/index.d.ts",