diff --git a/README.md b/README.md index 3f11a48..de63953 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Ever asked yourself which Editor you should choose? This is trying to answer tha ## Requirements - - a Unix / Windows Computer + - a Unix / Windows Computer (yes mac is unix) - node.js - the ability to start a node.js app diff --git a/build/build.sh b/build/build.sh index 320173a..fb4d79b 100755 --- a/build/build.sh +++ b/build/build.sh @@ -35,6 +35,7 @@ mkdir ../release/nodeMirror/lib cp ../lib/nodeMirror.js ../release/nodeMirror/lib/ cp ../lib/terminal.js ../release/nodeMirror/lib/ +cp ../lib/helpText.js ../release/nodeMirror/lib/ cp ../lib/pty-win ../release/nodeMirror/lib/ -R cp ../bin/nodeMirror.js ../release/nodeMirror/bin/ diff --git a/package.json b/package.json index 3424337..7273fdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-mirror", - "version": "0.1.15", + "version": "0.1.16", "author": { "name": "Matthias Behrens", "email": "matthias.behrens@gmail.com"