Skip to content

Commit

Permalink
Merge pull request #155 from TrySound/postcss6
Browse files Browse the repository at this point in the history
Upgrade postcss6
  • Loading branch information
geelen committed May 21, 2017
2 parents 42708f1 + 3954c61 commit 5be5cee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- "0.12"
- "4.0"
- "4"
- "6"
- "node"
script: npm run travis

before_install:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/geelen/postcss-modules-scope.git"
"url": "https://github.com/css-modules/postcss-modules-scope.git"
},
"keywords": [
"css-modules",
Expand All @@ -30,12 +30,12 @@
"author": "Glen Maddern",
"license": "ISC",
"bugs": {
"url": "https://github.com/geelen/postcss-modules-scope/issues"
"url": "https://github.com/css-modules/postcss-modules-scope/issues"
},
"homepage": "https://github.com/geelen/postcss-modules-scope",
"homepage": "https://github.com/css-modules/postcss-modules-scope",
"dependencies": {
"css-selector-tokenizer": "^0.7.0",
"postcss": "^5.0.4"
"postcss": "^6.0.1"
},
"devDependencies": {
"babel": "^5.4.7",
Expand Down

0 comments on commit 5be5cee

Please sign in to comment.