Permalink
  
  
  
    
      
  
  
    
        
  
    
        Show file tree 
    
        Hide file tree 
 
    
      
    
      
  
              
              
  
  
  
    
   
 
            
            
          
    
  
    
  
    
      
  
    
  
  
        
          
  
              
                
        
  
    
  
  
        
          
  
  
    
  
  
        
          
  
              
                
        
  
    
  
  
        
          
  
              
                
        
  
    
  
  
        
          
  
              
                
        
  
  
          
          
   
  This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  
      Showing
      5 changed files
      with
      40 additions
      and
      18 deletions.
    
  
  There are no files selected for viewing
  
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| === HEAD | ||
|  | ||
| * Add package.json for npm support. | ||
|  | ||
| === 3.0.0 (January 28, 2014) | ||
|  | ||
| === 3.0.0-rc.1 (January 26, 2014) | ||
  
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
            
            
  
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,12 +1,13 @@ | ||
| { | ||
| "name": "normalize-css", | ||
| "version": "3.0.0", | ||
| "main": "normalize.css", | ||
| "author": "Nicolas Gallagher", | ||
| "ignore": [ | ||
| "CHANGELOG.md", | ||
| "CONTRIBUTING.md", | ||
| "component.json", | ||
| "test.html" | ||
| ] | ||
| "name": "normalize-css", | ||
| "version": "3.0.0", | ||
| "main": "normalize.css", | ||
| "author": "Nicolas Gallagher", | ||
| "ignore": [ | ||
| "CHANGELOG.md", | ||
| "CONTRIBUTING.md", | ||
| "component.json", | ||
| "package.json", | ||
| "test.html" | ||
| ] | ||
| } | 
  
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| { | ||
| "name": "normalize-css", | ||
| "repo": "necolas/normalize.css", | ||
| "version": "3.0.0", | ||
| "styles": ["normalize.css"], | ||
| "author": "Nicolas Gallagher", | ||
| "license": "MIT" | ||
| "name": "normalize.css", | ||
| "repo": "necolas/normalize.css", | ||
| "version": "3.0.0", | ||
| "styles": ["normalize.css"], | ||
| "author": "Nicolas Gallagher", | ||
| "license": "MIT" | ||
| } | 
  
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
            
            | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "name": "normalize.css", | ||
| "version": "3.0.0", | ||
| "description": "Normalize.css as a node packaged module", | ||
| "style": "normalize.css", | ||
| "files": [ | ||
| "normalize.css", | ||
| "component.json" | ||
| ], | ||
| "homepage": "http://necolas.github.io/normalize.css", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git://github.com/necolas/normalize.css.git" | ||
| }, | ||
| "author": "Nicolas Gallagher", | ||
| "license": "MIT" | ||
| } |