Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "draht", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "draht provides process-level messaging.", | ||
@@ -15,3 +15,3 @@ "contributors": [ | ||
], | ||
"main": "lib/draht.js", | ||
"main": "dist/draht.js", | ||
"dependencies": { | ||
@@ -22,17 +22,5 @@ "eventemitter2": "3.0.0" | ||
"assertthat": "0.8.3", | ||
"roboter": "0.14.3", | ||
"roboter-server": "0.14.3" | ||
"roboter": "0.14.6", | ||
"roboter-server": "0.14.6" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
[ | ||
"babelify", | ||
{ | ||
"presets": [ | ||
"es2015" | ||
] | ||
} | ||
] | ||
] | ||
}, | ||
"repository": { | ||
@@ -39,0 +27,0 @@ "type": "git", |
@@ -9,5 +9,9 @@ 'use strict'; | ||
task('universal/analyze', { | ||
src: [ '**/*.js', '!node_modules/**/*.js', '!coverage/**/*.js' ] | ||
src: [ '**/*.js', '!node_modules/**/*.js', '!coverage/**/*.js', '!dist/**/*.js' ] | ||
}); | ||
task('universal/release', { | ||
createDistribution: true | ||
}); | ||
task('universal/license', { | ||
@@ -38,2 +42,11 @@ compatible: [ | ||
// MIT, https://github.com/tarruda/has/blob/1.0.1/package.json | ||
has: '1.0.1', | ||
// BSD-2-Clause, see https://github.com/facebook/regenerator/blob/e22c9317987ebcf4041e9188cb208b94f662df35/LICENSE | ||
'regenerator-transform': '0.9.8', | ||
// BSD-2-Clause, see https://github.com/jviereck/regjsparser/blob/0.1.5/LICENSE.BSD | ||
regjsparser: '0.1.5', | ||
// MIT, see https://github.com/eugeneware/unique-stream/blob/v1.0.0/LICENSE | ||
@@ -40,0 +53,0 @@ 'unique-stream': '1.0.0' |
Sorry, the diff of this file is not supported yet
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
105996
10
173