Add a 'version.txt' file to the tarball

This will enable the vector build to know what it got
This commit is contained in:
Richard van der Hoff 2016-02-25 15:24:10 +00:00
parent 46a2d4079d
commit dceb4a9297
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,5 +1,6 @@
/node_modules
/lib
# tarball created by 'npm pack'
# version file and tarball created by 'npm pack'
/version.txt
/matrix-react-sdk-*.tgz

View file

@ -17,7 +17,7 @@
"build": "babel src -d lib --source-maps",
"start": "babel src -w -d lib --source-maps",
"clean": "rimraf lib",
"prepublish": "npm run build"
"prepublish": "npm run build; git rev-parse HEAD > version.txt"
},
"dependencies": {
"classnames": "^2.1.2",