Compare commits

...

2 Commits

Author SHA1 Message Date
7ccbdf356c 1.0.5 2022-02-11 17:56:24 +01:00
017977b4ba fix(core): update 2022-02-11 17:56:23 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@mojoio/helium",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@mojoio/helium",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"dependencies": {
"@pushrocks/smarttime": "^3.0.45",

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/helium",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"description": "a helium api package",
"main": "dist_ts/index.js",

View File

@ -29,7 +29,7 @@ Use TypeScript for best in class intellisense
```typescript
import { expect, tap } from '@pushrocks/tapbundle';
import * as helium from '../ts/index';
import * as helium from '@mojoio/helium';
let testHelium: helium.Helium;