File tree Expand file tree Collapse file tree 3 files changed +3934
-3
lines changed Expand file tree Collapse file tree 3 files changed +3934
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 2.1.4 - 2018-01-22
2
+
3
+ - Prevent webpack parsing issue
4
+ (see https://github.com/zaach/jison/pull/352 )
5
+
1
6
# 2.1.3 - 2017-11-27
2
7
3
8
- Fixed: Incorrect reduction for a specific case (e.g. ` calc(1em + (1em - 5px)) ` ) ([ #43 ] ( https://github.com/MoOx/reduce-css-calc/pull/43 ) - @Justineo )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reduce-css-calc" ,
3
- "version" : " 2.1.3 " ,
3
+ "version" : " 2.1.4 " ,
4
4
"description" : " Reduce CSS calc() function to the maximum" ,
5
5
"keywords" : [
6
6
" css" ,
15
15
"prepublish" : " npm run build && del-cli dist/__tests__" ,
16
16
"build" : " del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist && jison parser.jison -o dist/parser.js" ,
17
17
"pretest" : " eslint src && npm run build" ,
18
- "test" : " ava dist/__tests__/"
18
+ "test" : " ava dist/__tests__/" ,
19
+ "release" : " npmpub"
19
20
},
20
21
"author" : " Maxime Thirouin" ,
21
22
"license" : " MIT" ,
34
35
"eslint-config-i-am-meticulous" : " ^6.0.1" ,
35
36
"eslint-plugin-babel" : " ^4.0.0" ,
36
37
"eslint-plugin-import" : " ^2.2.0" ,
37
- "jison" : " https://github.com/download13/jison#b7d6e0de7d2c2c1bde5451b8e99813843a473315"
38
+ "jison" : " https://github.com/download13/jison#b7d6e0de7d2c2c1bde5451b8e99813843a473315" ,
39
+ "npmpub" : " ^3.1.0"
38
40
},
39
41
"dependencies" : {
40
42
"css-unit-converter" : " ^1.1.1" ,
You can’t perform that action at this time.
0 commit comments