Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

importless

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

importless - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+5
.travis.yml
language: node_js
node_js:
- 0.8
before_script:
- npm install -g grunt-cli
+6
-2

@@ -5,7 +5,9 @@ 'use strict';

grunt.loadNpmTasks('grunt-contrib-nodeunit');
// Project configuration.
grunt.initConfig({
pkg: '<json:package.json>',
test: {
files: ['test/**/*.coffee']
nodeunit: {
all: ['test/**/*.coffee']
},

@@ -42,2 +44,4 @@ lint: {

grunt.registerTask('test', 'nodeunit');
};
{
"name": "importless",
"description": "Find stylesheet files (css and less) and strip away the @imported ones",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/excellenteasy/importless",

@@ -31,9 +31,10 @@ "author": {

"less": "latest",
"glob-whatev": "latest"
"glob-whatev": "latest",
"coffee-script": "~1.4.0"
},
"devDependencies": {
"grunt": "~0.4.0a",
"coffee-script": "~1.2.0"
"grunt": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.1"
},
"keywords": []
}
}

@@ -1,2 +0,2 @@

# importless
# importless [![Build Status](https://travis-ci.org/excellenteasy/importless.png?branch=master)](https://travis-ci.org/excellenteasy/importless)

@@ -14,3 +14,3 @@ Get .less/.css files from directory without @imports for automatic stylesheet dependency tracking.

## License
Copyright (c) 2012 David Pfahler
Copyright (c) 2012 David Pfahler
Licensed under the MIT license.