Skip to content

Commit

Permalink
Update packages to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Feb 28, 2016
1 parent 4f19fe8 commit 79464fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"lib"
],
"dependencies": {
"suitcss": "~0.5.0"
"suitcss": "^1.0.0"
},
"devDependencies": {
"suitcss-preprocessor": "~0.3.0"
"suitcss-preprocessor": "^1.0.1"
},
"scripts": {
"build": "npm run setup && npm run preprocess",
"preprocess": "suitcss index.css build/build.css",
"setup": "npm install && mkdir -p build"
"setup": "npm install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 79464fa

Please sign in to comment.