Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Apr 15, 2017
1 parent 2099ba3 commit 60d42ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"ava": "*",
"jsesc": "^2.5.0",
"unicode-canonical-property-names": "^2.0.2"
"unicode-canonical-property-names-ecmascript": "^1.0.0"
},
"scripts": {
"download": "curl http://unicode.org/Public/9.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const fs = require('fs');
const jsesc = require('jsesc');
const canonicalProperties = require('unicode-canonical-property-names');
const canonicalProperties = require('unicode-canonical-property-names-ecmascript');

const parsePropertyAliases = function() {
const map = new Map();
Expand Down

0 comments on commit 60d42ed

Please sign in to comment.