Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4cab83991b | |||
33f76aeca8 |
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartopen",
|
"name": "@pushrocks/smartopen",
|
||||||
"version": "1.0.11",
|
"version": "1.0.12",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartopen",
|
"name": "@pushrocks/smartopen",
|
||||||
"version": "1.0.11",
|
"version": "1.0.12",
|
||||||
"description": "open things",
|
"description": "open things",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user