Skip to content

Commit

Permalink
Fix dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarchena committed Nov 14, 2016
1 parent 7c687d5 commit 9305ecc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
node_modules/
npm-debug.log

test.js
.travis.yml
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.2 - 2016-11-14

- Fix dist files

# 1.0.1 - 2016-11-13

- Remove console.dir()
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-color-hsl",
"version": "1.0.1",
"version": "1.0.2",
"description": "PostCSS plugin to transform W3C CSS Color Module Level 4 hsl() new syntax to more compatible CSS (comma-separated hsl() or hsla())",
"keywords": [
"postcss",
Expand Down Expand Up @@ -46,7 +46,8 @@
"test:ava": "ava",
"test": "nyc npm run test:ava",
"prebuild": "npm-run-all clean lint",
"build": "babel src --out-dir dist"
"build": "babel src --out-dir dist",
"prepublish": "npm run build"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 9305ecc

Please sign in to comment.