Comparing version 0.0.3 to 0.0.4
@@ -1,2 +0,2 @@ | ||
import {crawlPath} from '../lib/crawlPath' | ||
import {crawlPath} from '../src/crawlPath' | ||
import * as path from 'path' | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "crawl-path", | ||
"version": "0.0.3", | ||
"main": "lib/crawlPath", | ||
"version": "0.0.4", | ||
"main": "src/crawlPath", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"dev": "nodemon --exec npm run babel-node --watch ./ -- src/index.js", | ||
"build": "tsc; rm lib/* ; babel ./src --out-dir lib/", | ||
"build": "tsc", | ||
"test": "jest", | ||
@@ -12,0 +12,0 @@ "babel-node": "babel-node" |
2513
9