chi-classes
Advanced tools
Comparing version 0.0.4 to 0.1.0
@@ -0,1 +1,3 @@ | ||
'use strict'; | ||
var union = require('mout/array/union'), | ||
@@ -17,2 +19,3 @@ difference = require('mout/array/difference'), | ||
function modify(node) { | ||
/*jshint validthis: true */ | ||
var existing = split(node.className); | ||
@@ -19,0 +22,0 @@ node.className = action(existing, this).join(' '); |
{ | ||
"name": "chi-classes", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "Easily manage CSS classes on DOM nodes", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"lint": "hut-build lint", | ||
"serve": "hut-build serve" | ||
"build": "hut-build build", | ||
"start": "hut-build serve" | ||
}, | ||
@@ -28,9 +29,9 @@ "repository": { | ||
"devDependencies": { | ||
"tape": "~1.1.1", | ||
"hut-build": "~0.1.4" | ||
"tape": "~2.3.0", | ||
"hut-build": "~0.2.0" | ||
}, | ||
"dependencies": { | ||
"flatten-list": "~0.0.2", | ||
"mout": "~0.7.1" | ||
"flatten-list": "0.0.2", | ||
"mout": "~0.8.0" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
'use strict'; | ||
var test = require('tape'), | ||
@@ -2,0 +4,0 @@ classes = require('./'), |
Sorry, the diff of this file is not supported yet
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
11320
7
201
+ Addedmout@0.8.0(transitive)
- Removedmout@0.7.1(transitive)
Updatedflatten-list@0.0.2
Updatedmout@~0.8.0