rtcpeerconnection
Advanced tools
Comparing version 5.1.1 to 5.2.0
10
build.js
@@ -1,6 +0,12 @@ | ||
var bundle = require('browserify')({standalone: 'PeerConnection'}), | ||
fs = require('fs'); | ||
var bundle = require('browserify')({ | ||
standalone: 'PeerConnection' | ||
}); | ||
var fs = require('fs'); | ||
bundle.add('./rtcpeerconnection'); | ||
bundle.transform("babelify", { | ||
global: true, | ||
ignore: /\/node_modules\/(?!webrtc-adapter\/)/ | ||
}); | ||
bundle.bundle().pipe(fs.createWriteStream('rtcpeerconnection.bundle.js')); |
{ | ||
"name": "rtcpeerconnection", | ||
"version": "5.1.1", | ||
"version": "5.2.0", | ||
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", | ||
@@ -25,8 +25,10 @@ "main": "rtcpeerconnection.js", | ||
"devDependencies": { | ||
"babel-preset-es2015": "^6.9.0", | ||
"babelify": "^7.3.0", | ||
"browserify": "^13.0.1", | ||
"jshint": "^2.9.1", | ||
"browserify": "^13.0.1", | ||
"precommit-hook": "^3.0", | ||
"tape": "^4.0.0", | ||
"travis-multirunner": "^3.0.0", | ||
"testling": "^1.7.1" | ||
"testling": "^1.7.1", | ||
"travis-multirunner": "^3.0.0" | ||
}, | ||
@@ -36,2 +38,3 @@ "scripts": { | ||
"lint": "jshint .", | ||
"build": "node build.js", | ||
"validate": "npm ls" | ||
@@ -38,0 +41,0 @@ }, |
Sorry, the diff of this file is too big to display
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
238917
8
6093