Compare commits

..

No commits in common. "master" and "v1.0.4" have entirely different histories.

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.5",
"version": "1.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@mojoio/helium",
"version": "1.0.5",
"version": "1.0.4",
"license": "MIT",
"dependencies": {
"@pushrocks/smarttime": "^3.0.45",

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/helium",
"version": "1.0.5",
"version": "1.0.4",
"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 '@mojoio/helium';
import * as helium from '../ts/index';
let testHelium: helium.Helium;