diff --git a/package-lock.json b/package-lock.json index 8598f71..b8e1851 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "regex-for-regular-folk", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f834489..f1b4aed 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "regex-for-regular-folk", - "version": "0.0.0", - "description": "todo", - "main": "book.md", + "version": "0.1.0", + "description": "A visual, example-based introduction to Regular Expressions", "scripts": { "alex": "alex chapters/*.mdx", "lint-check": "prettier --check .",