cssesc-source 1.0.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/vendor/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cssesc",
3
- "version": "1.0.1",
3
+ "version": "2.0.0",
4
4
  "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
5
5
  "homepage": "https://mths.be/cssesc",
6
6
  "engines": {
@@ -33,11 +33,13 @@
33
33
  "man/"
34
34
  ],
35
35
  "scripts": {
36
- "build": "grunt template",
36
+ "build": "grunt template && babel cssesc.js -o cssesc.js",
37
37
  "test": "mocha tests",
38
38
  "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"
39
39
  },
40
40
  "devDependencies": {
41
+ "babel-cli": "^6.26.0",
42
+ "babel-preset-env": "^1.6.1",
41
43
  "codecov": "^1.0.1",
42
44
  "grunt": "^1.0.1",
43
45
  "grunt-template": "^1.0.0",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cssesc-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vadim Borodean