Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-bower-organiser

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-bower-organiser - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "grunt-bower-organiser",
"description": "Organises Bower components according to their types",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/mavdi/grunt-bower-organiser",

@@ -6,0 +6,0 @@ "author": {

@@ -22,6 +22,9 @@ # grunt-bower-organiser

bowerOrganiser: {
options: {
includeName: true
},
mapping: {
js: 'lib',
css: 'css',
less : 'less'
less: 'less'
}

@@ -57,3 +60,5 @@ }

## Release History
v0.3.0 Plugin now accepts folders in the ```main``` section of ```component.json```.
* v0.5.0 Folder recursion bug fixes.
* v0.4.0 options added to include package name when placing the assets.
* v0.3.0 Plugin now accepts folders in the ```main``` section of ```component.json```.

@@ -60,0 +65,0 @@ ## License

@@ -37,4 +37,5 @@ /*

});
done();
});
});
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc