Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 9, 2015
1 parent 2570795 commit dde779e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css.escape.js
@@ -1,4 +1,4 @@
/*! https://mths.be/cssescape v0.2.1 by @mathias | MIT license */
/*! https://mths.be/cssescape v1.0.0 by @mathias | MIT license */
;(function(root) {

if (!root.CSS) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "css.escape",
"version": "0.2.1",
"version": "1.0.0",
"description": "A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.",
"homepage": "https://mths.be/cssescape",
"main": "css.escape.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"scripts": {
"test": "node tests/tests.js",
"cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
"coveralls": "istanbul cover --verbose --dir coverage tests/tests.js && cat coverage/lcov.info | coveralls; rm -rf coverage/lcov*"
"coveralls": "istanbul cover --verbose --dir coverage tests/tests.js && coveralls < coverage/lcov.info|coveralls < coverage/lcov.info; rm -rf coverage/lcov*"
},
"devDependencies": {
"coveralls": "^2.11.2",
Expand Down

0 comments on commit dde779e

Please sign in to comment.