minixperiment-client-js
Version:
Split testing client for Javascript
13 lines (10 loc) • 300 B
Markdown
A more up-to-date version of the introduction, setup, and usage aspects of this
client have [moved here](https://data.xarth.tv/experiments/README.html)
# Release
```
npm version [patch | minor | major] -m "<message>"
npm run-script amd
npm run-script umd
git push origin master
git push --tags
```