Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Add bower_components to gitignore for npm and bump version #42

Merged
merged 1 commit into from
Apr 1, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
bower_components
.DS_Store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydrolysis",
"version": "1.0.0",
"version": "1.0.1",
"description": "Breaks polymers into monomers",
"homepage": "https://github.com/PolymerLabs/hydrolysis",
"bugs": "https://github.com/PolymerLabs/hydrolysis/issues",
Expand Down