@knit/needle
Advanced tools
Comparing version 0.0.43 to 0.1.0
@@ -5,4 +5,2 @@ 'use strict'; | ||
/* @flow */ | ||
var path = require('path'); | ||
@@ -41,4 +39,7 @@ var readPkgUp = require('read-pkg-up'); | ||
distStub: DIST_STUB, | ||
lib: path.join(ROOT_DIR, DIST_STUB, LIB_STUB), | ||
libStub: LIB_STUB, | ||
es6Stub: ES6_STUB, | ||
jsnext: path.join(ROOT_DIR, DIST_STUB, ES6_STUB), | ||
jsnextStub: ES6_STUB, | ||
umd: path.join(ROOT_DIR, DIST_STUB, UMD_STUB), | ||
umdStub: UMD_STUB, | ||
@@ -66,3 +67,8 @@ testsStub: TESTS_STUB, | ||
}, {})), | ||
pkg: pkg | ||
pkg: Object.assign({ | ||
dependencies: {}, | ||
devDependencies: {}, | ||
peerDependencies: {}, | ||
optionalDependencies: {} | ||
}, pkg) | ||
}; |
@@ -26,8 +26,9 @@ { | ||
"description": "Knitting needle", | ||
"version": "0.0.43", | ||
"main": "dist/lib/index.js", | ||
"version": "0.1.0", | ||
"main": "/Users/swilson/Documents/Development/js/knitjs/knit/dist/lib/index.js", | ||
"dependencies": { | ||
"read-pkg-up": "2.0.0" | ||
}, | ||
"peerDependencies": {} | ||
"peerDependencies": {}, | ||
"optionalDependencies": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69817
62