diff --git a/package.json b/package.json index 91c2daef..089205bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rangy", "description": "A cross-browser DOM range and selection library", - "version": "1.3.1-dev", + "version": "1.3.2", "author": { "name": "Tim Down", "email": "tim@timdown.co.uk", @@ -23,9 +23,12 @@ "url": "https://github.com/timdown/rangy.git" }, "main": "lib/rangy-core.js", + "scripts": { + "build": "node builder/build.js" + }, "directories": { "lib": "./lib" }, "dependencies": {}, "devDependencies": {} -} \ No newline at end of file +}