Skip to content

Commit

Permalink
Merge pull request #11 from jjoos/master
Browse files Browse the repository at this point in the history
Add a package.json to enable people to include it as an npm package
  • Loading branch information
amasad committed Sep 26, 2015
2 parents 86a6229 + a1a0b89 commit 52e12d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
@@ -0,0 +1,14 @@
{
"name": "textarea-helper",
"version": "0.3.1",
"description": "**textareaHelper** is a small library that mirrors a textarea's content onto a <div> to add functionality to query the height and the carent position",
"main": "textarea-helper.js",
"repository": {
"type": "git",
"url": "https://github.com/Codecademy/textarea-helper"
},
"license": "MIT",
"scripts": {
"test": "open test/tests.html"
}
}

0 comments on commit 52e12d2

Please sign in to comment.