aboutsummaryrefslogtreecommitdiff
path: root/javascript/package.json
AgeCommit message (Collapse)Author
2016-07-11Prepare 1.0.0 release1.0.0Richard van der Hoff
2016-05-20Add support for building the JS wrappers to the MakefileRichard van der Hoff
Now that we have C and C++, we need to split the compile and link steps (because we need different flags for the C and C++ files), so this is easier with a Makefile.
2016-04-26Make 'npm build' build the js libRichard van der Hoff
2015-12-02Tweak javascript build to make npm betterRichard van der Hoff
Build into 'javascript' dir and tell package.json exactly which files we care about.
2015-07-21Add package.json for adding olm to npmMark Haines