Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
37cbf0f8c8 | |||
29decabf91 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartpath",
|
||||
"version": "4.0.0",
|
||||
"name": "@pushrocks/smartpath",
|
||||
"version": "4.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartpath",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"private": false,
|
||||
"description": "offers smart ways to handle paths",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,4 +1,3 @@
|
||||
import 'typings-global';
|
||||
import plugins = require('./smartpath.plugins');
|
||||
|
||||
export let isDir = function(pathArg: string) {
|
||||
|
@ -1,4 +1,3 @@
|
||||
import 'typings-global';
|
||||
import plugins = require('./smartpath.plugins');
|
||||
|
||||
/* ------------------------------------------ *
|
||||
|
Reference in New Issue
Block a user