Compare commits

...

2 Commits

Author SHA1 Message Date
37cbf0f8c8 4.0.1 2018-07-21 23:33:54 +02:00
29decabf91 fix(dependencies): remove obsolete imports of typings-global 2018-07-21 23:33:54 +02:00
4 changed files with 3 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "smartpath",
"version": "4.0.0",
"name": "@pushrocks/smartpath",
"version": "4.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",

View File

@ -1,4 +1,3 @@
import 'typings-global';
import plugins = require('./smartpath.plugins');
export let isDir = function(pathArg: string) {

View File

@ -1,4 +1,3 @@
import 'typings-global';
import plugins = require('./smartpath.plugins');
/* ------------------------------------------ *