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",
|
"name": "@pushrocks/smartpath",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartpath",
|
"name": "@pushrocks/smartpath",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "offers smart ways to handle paths",
|
"description": "offers smart ways to handle paths",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import 'typings-global';
|
|
||||||
import plugins = require('./smartpath.plugins');
|
import plugins = require('./smartpath.plugins');
|
||||||
|
|
||||||
export let isDir = function(pathArg: string) {
|
export let isDir = function(pathArg: string) {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import 'typings-global';
|
|
||||||
import plugins = require('./smartpath.plugins');
|
import plugins = require('./smartpath.plugins');
|
||||||
|
|
||||||
/* ------------------------------------------ *
|
/* ------------------------------------------ *
|
||||||
|
Reference in New Issue
Block a user