Skip to content

Commit 5d31981

Browse files
author
Ivan Demidov
committedJul 6, 2016
v0.0.24 ... v0.0.25
1 parent 965fad9 commit 5d31981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-at-rules-variables",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
55
"main": "lib/index.js",
66
"files": [
@@ -15,7 +15,7 @@
1515
"pretest": "npm run lintjs && npm run lintmd",
1616
"test": "nyc ava",
1717
"clean": "rm -rf lib && mkdir lib",
18-
"build": "npm run clean && babel src/index.js --out-file lib/index.js",
18+
"build": "npm run clean && babel src/ -d lib/",
1919
"prepublish": "npm run build",
2020
"update": "updtr && ava-codemods --force",
2121
"testen": "testen -n -- ava"

0 commit comments

Comments
 (0)
Please sign in to comment.