assets-expander
Advanced tools
Comparing version 1.0.0 to 1.0.2
@@ -0,1 +1,11 @@ | ||
[1.0.2 / 2014-02-27](https://github.com/GoalSmashers/assets-expander/compare/v1.0.1...v1.0.2) | ||
================== | ||
* Version bump due to a broken publishing of 1.0.1 at npm registry. | ||
[1.0.1 / 2014-02-27](https://github.com/GoalSmashers/assets-expander/compare/v1.0.0...v1.0.1) | ||
================== | ||
* Fixes incorrectly declared js-yaml dependency | ||
[1.0.0 / 2014-02-25](https://github.com/GoalSmashers/assets-expander/compare/v0.5.0...v1.0.0) | ||
@@ -2,0 +12,0 @@ ================== |
{ | ||
"name": "assets-expander", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)", | ||
@@ -33,26 +33,9 @@ "description": "A well-tested tool for expanding any files structure defined in YAML file into a flat list of files", | ||
}, | ||
"dependencies": { | ||
"js-yaml": "3.0.x" | ||
}, | ||
"devDependencies": { | ||
"js-yaml": "3.0.x", | ||
"jshint": "2.4.x", | ||
"vows": "0.7.x" | ||
}, | ||
"jshintConfig": { | ||
"browser": false, | ||
"camelcase": true, | ||
"curly": false, | ||
"eqeqeq": false, | ||
"eqnull": true, | ||
"immed": true, | ||
"indent": 2, | ||
"latedef": true, | ||
"multistr": false, | ||
"noarg": true, | ||
"node": true, | ||
"plusplus": false, | ||
"quotmark": "single", | ||
"strict": false, | ||
"trailing": true, | ||
"undef": true, | ||
"unused": true | ||
}, | ||
"engines": { | ||
@@ -59,0 +42,0 @@ "node": ">=0.8.0" |
@@ -1,2 +0,5 @@ | ||
[![build status](https://secure.travis-ci.org/GoalSmashers/assets-expander.png)](http://travis-ci.org/GoalSmashers/assets-expander) | ||
[![NPM version](https://badge.fury.io/js/assets-expander.png)](https://badge.fury.io/js/assets-expander) | ||
[![Build Status](https://secure.travis-ci.org/GoalSmashers/assets-expander.png)](https://travis-ci.org/GoalSmashers/assets-expander) | ||
[![Dependency Status](https://david-dm.org/GoalSmashers/assets-expander.png?theme=shields.io)](https://david-dm.org/GoalSmashers/assets-expander) | ||
[![devDependency Status](https://david-dm.org/GoalSmashers/assets-expander/dev-status.png?theme=shields.io)](https://david-dm.org/GoalSmashers/assets-expander#info=devDependencies) | ||
## What is assets-expander? ## | ||
@@ -32,3 +35,3 @@ | ||
Then if you have the following directory structure: | ||
javascripts | ||
@@ -35,0 +38,0 @@ - vendor |
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
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
12654
2
60
0
1
+ Addedjs-yaml@3.0.x
+ Addedargparse@0.1.16(transitive)
+ Addedesprima@1.0.4(transitive)
+ Addedjs-yaml@3.0.2(transitive)
+ Addedunderscore@1.7.0(transitive)
+ Addedunderscore.string@2.4.0(transitive)