Skip to content

Commit

Permalink
Updated module name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilemuller committed Oct 11, 2016
1 parent 38b6de6 commit 0b830f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Converts an HTMLElement to a JSON tree, useful for DOM automated tests.

Install:

npm install @wildpeaks/snapshot
npm install @wildpeaks/snapshot-dom

Usage:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wildpeaks/snapshot-dom",
"version": "1.0.0",
"version": "1.1.0",
"description": "Converts an HTMLElement to a JSON tree",
"main": "src/snapshot.js",
"files": [
Expand Down

0 comments on commit 0b830f9

Please sign in to comment.