Skip to content

Commit

Permalink
updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Feb 11, 2020
1 parent 2b39825 commit 70b9bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "xml-utils",
"version": "0.0.0",
"version": "0.0.1",
"description": "Parse XML without Blowing Up Your Bundle Size",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"setup": "cd test/data && bash setup.sh",
"test": "node ./node_modules/.bin/mocha ./test/test.js --reporter spec"
Expand Down

0 comments on commit 70b9bcd

Please sign in to comment.