@travetto/base
Advanced tools
Comparing version 0.0.72 to 0.0.73
@@ -12,3 +12,3 @@ { | ||
"description": "", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"main": "index.ts", | ||
@@ -20,3 +20,3 @@ "name": "@travetto/base", | ||
"scripts": {}, | ||
"version": "0.0.72" | ||
"version": "0.0.73" | ||
} |
@@ -1,5 +0,5 @@ | ||
require('../bootstrap').run().then(x => { | ||
require('../main').run().then(x => { | ||
// require('./stack'); | ||
// require('./watch'); | ||
require('./merge'); | ||
// require('./merge'); | ||
}); |
@@ -63,2 +63,2 @@ import { deepAssign, isPrimitive, isFunction } from '../src/util'; | ||
testStrict(); | ||
testCoerce(); | ||
testCoerce(); |
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
29067
22
866