cssstyle 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.js CHANGED
@@ -22,7 +22,7 @@ module.exports = {
22
22
  {
23
23
  printWidth: 100,
24
24
  singleQuote: true,
25
- trailingComma: 'all',
25
+ trailingComma: 'es5',
26
26
  },
27
27
  ],
28
28
  strict: ['warn', 'global'],
package/.npmignore ADDED
@@ -0,0 +1 @@
1
+ node_module
package/.travis.yml CHANGED
@@ -6,6 +6,10 @@ cache:
6
6
  notifications:
7
7
  email: true
8
8
  node_js:
9
- - "node"
9
+ - 6
10
+ - 8
11
+ - 10
12
+ - 11
13
+
10
14
  script:
11
15
  - npm run test-ci
@@ -198,7 +198,7 @@ Object.defineProperties(CSSStyleDeclaration.prototype, {
198
198
  this.setProperty(
199
199
  dummyRule[i],
200
200
  dummyRule.getPropertyValue(name),
201
- dummyRule.getPropertyPriority(name),
201
+ dummyRule.getPropertyPriority(name)
202
202
  );
203
203
  }
204
204
  this._onChange(this.cssText);
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- // autogenerated - 2/15/2019
3
+ // autogenerated - 2/16/2019
4
4
 
5
5
  /*
6
6
  *
@@ -32,7 +32,7 @@ var myGlobal = parsers.implicitSetter(
32
32
  },
33
33
  function(v) {
34
34
  return v;
35
- },
35
+ }
36
36
  );
37
37
 
38
38
  module.exports.definition = {
@@ -25,7 +25,7 @@ var myGlobal = parsers.implicitSetter(
25
25
  },
26
26
  function(v) {
27
27
  return v;
28
- },
28
+ }
29
29
  );
30
30
 
31
31
  module.exports.definition = {
package/lib/properties.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- // autogenerated - 2/15/2019
3
+ // autogenerated - 2/16/2019
4
4
 
5
5
  /*
6
6
  *