Navigation Menu

Skip to content

Commit

Permalink
Ignore idea dir. Match versions in package files
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjwood committed Sep 25, 2014
1 parent 686512e commit 1917a37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,4 +1,4 @@
nbproject/private/
nbproject
build/
nbbuild/
dist/
Expand All @@ -20,5 +20,7 @@ logs
results
build

.idea

node_modules
public/components
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "viper",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/aaronjwood/viper",
"authors": [
"Aaron Wood <aaronjwood@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Viper",
"version": "0.5.0",
"version": "0.0.5",
"main": "server",
"description": "Real-time tracking and analytics using Node.js and Socket.IO",
"author": "Aaron Wood <aaronjwood@gmail.com>",
Expand Down

0 comments on commit 1917a37

Please sign in to comment.