Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitive committed Feb 28, 2016
1 parent f333cd4 commit f5e7506
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-extract",
"version": "1.0.0-beta-2",
"version": "1.0.0",
"description": "PostCSS plugin to extract css inside @at-rules into separate files",
"keywords": [
"postcss",
Expand All @@ -17,7 +17,13 @@
},
"homepage": "https://github.com/Nitive/postcss-extract",
"main": "build/index.js",
"files": ["src", "build", "LICENSE", "README.md", "CHANGELOG.md"],
"files": [
"src",
"build",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"dependencies": {
"postcss": "5.0.17",
"postcss-nesting": "2.3.0"
Expand Down

0 comments on commit f5e7506

Please sign in to comment.