Compare commits

...

2 Commits

Author SHA1 Message Date
201812e182 3.0.15 2019-11-24 11:43:32 +00:00
8dfa3f8965 fix(core): update 2019-11-24 11:43:32 +00:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartstring",
"version": "3.0.14",
"version": "3.0.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartstring",
"version": "3.0.14",
"version": "3.0.15",
"private": false,
"description": "handle strings in smart ways. TypeScript ready.",
"main": "dist/index.js",

View File

@ -1,5 +1,5 @@
// node native
import * as crypto from 'crypto';
import crypto from 'crypto';
import * as url from 'url';
export { crypto, url };