topcoat-radio-button
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -1,3 +0,2 @@ | ||
/** | ||
* | ||
/** * | ||
* Copyright 2012 Adobe Systems Inc.; | ||
@@ -33,7 +32,10 @@ * | ||
stylus: { | ||
options: { | ||
paths: grunt.file.expand('node_modules/topcoat-*/src'), | ||
compress: false | ||
}, | ||
mobilelight: { | ||
options: { | ||
paths: ['node_modules/topcoat-radio-button-base/src', 'node_modules/topcoat-utils/src/mixins', 'node_modules/topcoat-theme/src'], | ||
import: ['theme-topcoat-mobile-light', 'nib'], | ||
compress: false | ||
import: ['theme-topcoat-mobile-light'], | ||
}, | ||
@@ -49,5 +51,3 @@ | ||
options: { | ||
paths: ['node_modules/topcoat-radio-button-base/src', 'node_modules/topcoat-utils/src/mixins', 'node_modules/topcoat-theme/src'], | ||
import: ['theme-topcoat-mobile-dark', 'nib'], | ||
compress: false | ||
import: ['theme-topcoat-mobile-dark'], | ||
}, | ||
@@ -63,5 +63,3 @@ | ||
options: { | ||
paths: ['node_modules/topcoat-radio-button-base/src', 'node_modules/topcoat-utils/src/mixins', 'node_modules/topcoat-theme/src'], | ||
import: ['theme-topcoat-desktop-light', 'nib'], | ||
compress: false | ||
import: ['theme-topcoat-desktop-light'], | ||
}, | ||
@@ -76,5 +74,3 @@ files: [{ | ||
options: { | ||
paths: ['node_modules/topcoat-radio-button-base/src', 'node_modules/topcoat-utils/src/mixins', 'node_modules/topcoat-theme/src'], | ||
import: ['theme-topcoat-desktop-dark', 'nib'], | ||
compress: false | ||
import: ['theme-topcoat-desktop-dark'], | ||
}, | ||
@@ -103,2 +99,14 @@ | ||
}, | ||
autoprefixer: { | ||
dist: { | ||
files: [{ | ||
expand: true, | ||
cwd: 'css', | ||
src: ['*.css', '!*.min.css'], | ||
dest: 'css/' | ||
}] | ||
} | ||
}, | ||
cssmin: { | ||
@@ -114,17 +122,2 @@ minify: { | ||
topdoc: { | ||
usageguides: { | ||
options: { | ||
source: 'css', | ||
destination: "demo", | ||
template: "node_modules/topdoc-theme/", | ||
templateData: { | ||
"title": "Topcoat", | ||
"subtitle": "CSS for clean and fast web apps", | ||
"homeURL": "http://topcoat.io" | ||
} | ||
} | ||
} | ||
}, | ||
simplemocha: { | ||
@@ -150,7 +143,8 @@ all: { | ||
grunt.loadNpmTasks('grunt-topdoc'); | ||
grunt.loadNpmTasks('grunt-autoprefixer'); | ||
grunt.registerTask('default', ['clean', 'build', 'test','release']); | ||
grunt.registerTask('build', ['stylus']); | ||
grunt.registerTask('build', ['stylus', 'autoprefixer']); | ||
grunt.registerTask('test', ['simplemocha']); | ||
grunt.registerTask('release', ['cssmin', 'topdoc']); | ||
}; |
{ | ||
"name": "topcoat-radio-button", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Topcoat radio button", | ||
@@ -37,9 +37,10 @@ "main": "index.html", | ||
"grunt-topdoc": "~0.1.3", | ||
"topdoc-theme": "~0.2.6" | ||
"topdoc-theme": "~0.2.6", | ||
"grunt-autoprefixer": "~0.3.1" | ||
}, | ||
"dependencies": { | ||
"topcoat-utils": "~0.1.1", | ||
"topcoat-utils": "~0.2.0", | ||
"topcoat-radio-button-base": "~0.1.1", | ||
"topcoat-theme": "~0.5.9" | ||
"topcoat-theme": "~0.6.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
941414
3097
0
9
+ Addedtopcoat-theme@0.6.4(transitive)
+ Addedtopcoat-utils@0.2.0(transitive)
- Removedtopcoat-theme@0.5.24(transitive)
Updatedtopcoat-theme@~0.6.2
Updatedtopcoat-utils@~0.2.0