material-ui
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,5 @@ | ||
## 0.2.1 | ||
###### Nov. 8, 2014 | ||
- Fixed icon font reference. We're now including it as part of the project | ||
instead of an npm dependency. | ||
@@ -2,0 +6,0 @@ ## 0.2.0 |
@@ -29,3 +29,3 @@ var dest = './build', | ||
fonts: { | ||
src: './node_modules/material-design-fonticons/fonts/mdfonticon/**', | ||
src: dist + 'less/material-design-fonticons/fonts/**', | ||
dest: dest + '/fonts/mdfonticon' | ||
@@ -32,0 +32,0 @@ }, |
@@ -21,3 +21,3 @@ { | ||
"devDependencies": { | ||
"browser-sync": "^1.6.3", | ||
"browser-sync": "^1.6.5", | ||
"browserify": "^6.2.0", | ||
@@ -39,3 +39,2 @@ "browserify-shim": "^3.8.0", | ||
"jquery": "^2.1.1", | ||
"material-design-fonticons": "^1.0.0", | ||
"react": "^0.12.0", | ||
@@ -42,0 +41,0 @@ "react-router": "^0.10.2" |
@@ -903,7 +903,7 @@ /** | ||
_getComponentExample: function() { | ||
var code = '<Icon icon="home" />'; | ||
var code = '<Icon icon="action-home" />'; | ||
return ( | ||
<CodeExample code={code}> | ||
<Icon icon='home' /> | ||
<Icon icon='action-home' /> | ||
</CodeExample> | ||
@@ -910,0 +910,0 @@ ); |
{ | ||
"name": "material-ui", | ||
"author": "Call-em-all Engineering Team", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Material Design UI components built with React", | ||
@@ -36,3 +36,2 @@ "main": "index.js", | ||
"jquery": "^2.1.1", | ||
"material-design-fonticons": "^1.0.0", | ||
"react": "^0.12" | ||
@@ -39,0 +38,0 @@ }, |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances 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
1520267
2
137
9146
6
- Removedmaterial-design-fonticons@^1.0.0
- Removedmaterial-design-fonticons@1.0.0(transitive)