Browse Source

Update description

transpile
Luke Childs 8 years ago
parent
commit
ababb08973
  1. 2
      README.md
  2. 2
      package.json

2
README.md

@ -1,6 +1,6 @@
# when-dom-ready # when-dom-ready
> Check when the DOM is ready > $(document).ready() for the 21st century
[![Build Status](https://travis-ci.org/lukechilds/when-dom-ready.svg?branch=master)](https://travis-ci.org/lukechilds/when-dom-ready) [![Coverage Status](https://coveralls.io/repos/github/lukechilds/when-dom-ready/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/when-dom-ready?branch=master) [![Build Status](https://travis-ci.org/lukechilds/when-dom-ready.svg?branch=master)](https://travis-ci.org/lukechilds/when-dom-ready) [![Coverage Status](https://coveralls.io/repos/github/lukechilds/when-dom-ready/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/when-dom-ready?branch=master)

2
package.json

@ -1,7 +1,7 @@
{ {
"name": "when-dom-ready", "name": "when-dom-ready",
"version": "1.0.0", "version": "1.0.0",
"description": "Check when the DOM is ready", "description": "$(document).ready() for the 21st century",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"lint": "xo", "lint": "xo",

Loading…
Cancel
Save