Skip to content

Commit

Permalink
Replace docker-compose with version manager
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbasham committed Feb 25, 2018
1 parent cb9a484 commit 49b8d9f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -21,3 +21,8 @@ testem.log
.node_modules.ember-try/
bower.json.ember-try
package.json.ember-try

# for a library or package, you might want to ignore these files since the code
# is intended to run in multiple environments; otherwise, check them in:
.node-version
.nvmrc
2 changes: 2 additions & 0 deletions .npmignore
Expand Up @@ -9,6 +9,8 @@
.ember-cli
.eslintrc.js
.gitignore
.node-version
.nvmrc
.watchmanconfig
.travis.yml
bower.json
Expand Down
24 changes: 0 additions & 24 deletions docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-scss-lint",
"version": "2.2.0",
"version": "2.3.0",
"description": "An ember-cli addon to integrate sass-lint for standards adherence and improved style consistency",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 49b8d9f

Please sign in to comment.