Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7ccbdf356c | |||
017977b4ba |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/helium",
|
"name": "@mojoio/helium",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@mojoio/helium",
|
"name": "@mojoio/helium",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smarttime": "^3.0.45",
|
"@pushrocks/smarttime": "^3.0.45",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/helium",
|
"name": "@mojoio/helium",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a helium api package",
|
"description": "a helium api package",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -29,7 +29,7 @@ Use TypeScript for best in class intellisense
|
|||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@pushrocks/tapbundle';
|
||||||
import * as helium from '../ts/index';
|
import * as helium from '@mojoio/helium';
|
||||||
|
|
||||||
let testHelium: helium.Helium;
|
let testHelium: helium.Helium;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user