Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
201812e182 | |||
8dfa3f8965 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartstring",
|
||||
"version": "3.0.14",
|
||||
"version": "3.0.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,5 @@
|
||||
// node native
|
||||
import * as crypto from 'crypto';
|
||||
import crypto from 'crypto';
|
||||
import * as url from 'url';
|
||||
|
||||
export { crypto, url };
|
||||
|
Reference in New Issue
Block a user