Skip to content

Commit 7e287b3

Browse files
authored
Release 0.1.4. (WeAreROLI#11)
* Ignore gh-pages branch in CI. * Bump version. * Rename test files. * Build on install.
1 parent a2d671d commit 7e287b3

File tree

4 files changed

+7
-85
lines changed

4 files changed

+7
-85
lines changed

circle.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
general:
2+
branches:
3+
ignore:
4+
- gh-pages
15
machine:
26
environment:
37
USER_NAME: odub

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "mpe",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A JavaScript toolkit for MPE devices.",
55
"main": "lib/index.js",
66
"scripts": {
77
"build": "npm run clean && npm run compile",
88
"build:sandbox": "npm run clean && npm run compile:dev",
9+
"clean": "rm -rf lib/*",
910
"compile": "WEBPACK_ENV=build webpack",
1011
"compile:dev": "WEBPACK_ENV=dev webpack",
1112
"docs:clean": "rm -rf docs/dist/*",
@@ -14,8 +15,8 @@
1415
"docs:build": "npm run docs:clean && npm run docs:documentation-js && cp docs/CNAME docs/dist/",
1516
"docs:serve": "npm run docs:build && pushd docs/dist && python -m SimpleHTTPServer 8001 && popd",
1617
"docs:deploy": "npm run docs:build && git-directory-deploy --directory docs/dist --branch gh-pages",
17-
"clean": "rm -rf lib/*",
1818
"lint": "eslint src/",
19+
"install": "npm run build",
1920
"prepublish": "npm run build",
2021
"publish": "npm run docs:deploy",
2122
"test": "mocha --compilers js:babel-core/register test/**/*.test.js",

test/functional/Recorder.test.js

-83
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)