Skip to content

Commit

Permalink
chore(package): v1.0.0-beta...1.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Oct 14, 2016
1 parent 0bbfa94 commit 5e7e307
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "postcss-load-config",
"version": "1.0.0-beta",
"version": "1.0.0-rc",
"description": "Autoload Config for PostCSS",
"engines": { "node": ">=4", "npm": ">=3" },
"engines": { "node": ">=0.12", "npm": ">=3" },
"main": "index.js",
"scripts": {
"lint": "standard",
Expand All @@ -13,9 +13,10 @@
"start": "sudo npm run clean && npm run lint && sudo npm test"
},
"dependencies": {
"cosmiconfig": "^2.0.2",
"postcss-load-options": "^1.0.1",
"postcss-load-plugins": "^2.0.0-beta"
"cosmiconfig": "^2.1.0",
"object-assign": "^4.1.0",
"postcss-load-options": "^1.0.2",
"postcss-load-plugins": "^2.0.0-rc"
},
"devDependencies": {
"ava": "^0.16.0",
Expand Down Expand Up @@ -50,6 +51,10 @@
{
"name": "Mateusz Derks",
"url": "http://ertrzyiks.me"
},
{
"name": "Ryan Dunckel",
"email": "sparty02@gmail.com"
}
],
"repository": {
Expand Down

0 comments on commit 5e7e307

Please sign in to comment.