diff --git a/README.md b/README.md index 138053a..c951c00 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Getting Started 1. `npm install xpathjs` then `import 'xpathjs'` at the top of your js file

or

- Add `` in the \ of your HTML document. + Add `` in the \ of your HTML document. 1. Initialize XPathJS: ```javascript diff --git a/package-lock.json b/package-lock.json index 3243573..73fe0d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "xpathjs", - "version": "0.2.0", + "name": "@mass-edge/xpathjs", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7398007..e2dc8c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mass-edge/xpathjs", "description": "XPathJS is a pure JavaScript implementation of XPath 1.0 and DOM Level 3 XPath specifications.", - "version": "0.2.0", + "version": "0.2.1", "author": "Andrej Pavlovic ", "license": "MIT", "repository": { @@ -12,6 +12,7 @@ "build": "grunt dist", "prepublishOnly": "npm run build" }, + "main": "dist/xpathjs.min.js", "files": [ "/dist/xpathjs.js", "/dist/xpathjs.min.js",