Comparing version 0.0.15 to 0.1.0
@@ -94,3 +94,2 @@ (function() { | ||
var utils, coffee; | ||
require("coffee-script/register"); | ||
utils = require("./osc-utilities"); | ||
@@ -97,0 +96,0 @@ // ~api~ |
{ | ||
"name": "osc-min", | ||
"version": "0.0.15", | ||
"version": "0.1.0", | ||
"main": "lib/index", | ||
@@ -22,4 +22,3 @@ "author": { | ||
"dependencies": { | ||
"binpack": "~0", | ||
"coffee-script": ">=1.7.1 <2.0.0" | ||
"binpack": "~0" | ||
}, | ||
@@ -31,3 +30,4 @@ "devDependencies": { | ||
"blanket": "*", | ||
"mocha-lcov-reporter": "*" | ||
"mocha-lcov-reporter": "*", | ||
"coffee-script": ">=1.7.1 <2.0.0" | ||
}, | ||
@@ -52,3 +52,4 @@ "config" : { | ||
"coveralls": "cake coveralls", | ||
"doc": "cake doc" | ||
"doc": "cake doc", | ||
"prepublish" : "cake doc; coffee -c lib/osc-utilities.coffee" | ||
}, | ||
@@ -55,0 +56,0 @@ "_id": "osc-min@0.0.5", |
@@ -1,2 +0,2 @@ | ||
[![build status](https://secure.travis-ci.org/russellmcc/node-osc-min.png)](http://travis-ci.org/russellmcc/node-osc-min) [![Coverage Status](https://coveralls.io/repos/russellmcc/node-osc-min/badge.png?branch=master)](https://coveralls.io/r/russellmcc/node-osc-min?branch=master) | ||
[![build status](https://secure.travis-ci.org/russellmcc/node-osc-min.png)](http://travis-ci.org/russellmcc/node-osc-min) [![Coverage Status](https://coveralls.io/repos/russellmcc/node-osc-min/badge.png?branch=master)](https://coveralls.io/r/russellmcc/node-osc-min?branch=master) [![dependencies](https://david-dm.org/russellmcc/node-osc-min.png)](https://david-dm.org/russellmcc/node-osc-min) | ||
# osc-min | ||
@@ -3,0 +3,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
93538
1
21
936
6
6
- Removedcoffee-script@>=1.7.1 <2.0.0
- Removedcoffee-script@1.12.7(transitive)