Do not preprecess package.json
Before this commit, package.json in the project root directory was preprocessed in order to insert correct version into it. This made it invalid JSON and thus unusable for npm purposes. This commit makes package.json a valid JSON by hardcoding the version into it. I think that introducing this small duplicity is outweighted by being able to use npm in project root directory. For example, it is now possible to make the "npm test" command work and introduce Travis CI integration.redux
parent
b1db42e1b4
commit
adfeb87c82
Loading…
Reference in New Issue