3 Commits

Author SHA1 Message Date
ac05c11927 1.0.13 2019-05-23 15:50:48 +02:00
4cab83991b 1.0.12 2019-04-16 08:28:49 +02:00
33f76aeca8 fix(core): update 2019-04-16 08:28:49 +02:00
3 changed files with 6 additions and 3 deletions

View File

@ -22,7 +22,10 @@ Use TypeScript for best in class instellisense.
```typescript ```typescript
import * as smartopen from '@pushrocks/smartopen'; import * as smartopen from '@pushrocks/smartopen';
await smartopen.openUrl('https://lossless.com'); const run = async () => {
await smartopen.openUrl('https://lossless.com');
};
run();
``` ```
For further information read the linked docs at the top of this readme. For further information read the linked docs at the top of this readme.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartopen", "name": "@pushrocks/smartopen",
"version": "1.0.11", "version": "1.0.13",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartopen", "name": "@pushrocks/smartopen",
"version": "1.0.11", "version": "1.0.13",
"description": "open things", "description": "open things",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",