Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jblandry committed Apr 5, 2019
1 parent 1bc3d0f commit 2745971
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@absolunet/pinki",
"version": "1.0.2",
"version": "1.1.0",
"description": "Asynchronous libraries wrapper",
"definition": "Pinky Promises",
"homepage": "https://github.com/absolunet/pinki",
Expand All @@ -9,6 +9,7 @@
"url": "https://absolunet.com"
},
"keywords": [
"browser",
"deferred",
"promise",
"pubsub",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ $ npm install @absolunet/pinki
// Node.js
const pinki = require('@absolunet/pinki');

// Browser
// Load PubSubJs via bower_components
// Load RSVP via vendor/rsvp.js or CDN
// Browser - Load vendor libraries
// - /node_modules/pubsub-js/src/pubsub.js
// - /node_modules/rsvp/dist/rsvp.js
const { pinki } = window;


Expand Down

0 comments on commit 2745971

Please sign in to comment.