Skip to content

Commit

Permalink
Merge pull request #116 from lorengreenfield/remove-idea
Browse files Browse the repository at this point in the history
Remove .idea from local git so that npm doesn't publish it
  • Loading branch information
lorengreenfield authored Apr 26, 2018
2 parents a01e17a + e77ee8e commit a95c6df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jspm_packages
# Optional REPL history
.node_repl_history

.reify-cache
.reify-cache

.idea
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halfcab",
"version": "8.2.1",
"version": "8.2.2",
"description": "A simple universal JavaScript framework focused on making use of es2015 template strings to build components.",
"main": "halfcab.mjs",
"module": "halfcab.mjs",
Expand Down

0 comments on commit a95c6df

Please sign in to comment.