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

View File

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

View File

@ -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 '@mojoio/helium'; import * as helium from '../ts/index';
let testHelium: helium.Helium; let testHelium: helium.Helium;