Skip to content

Commit

Permalink
Updated version and added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeflercomain committed Apr 20, 2016
1 parent 222fd68 commit ece8af4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand All @@ -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": {}
}
}

0 comments on commit ece8af4

Please sign in to comment.