Skip to content

Commit

Permalink
ugh, the things we do for urls on gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 28, 2017
1 parent 6303be6 commit 413e40d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ traffic_light.state(); // 'Green'

Which you can see being hand-executed in the console here:

![](./docs/ryg%20traffic%20light%20console%20screenshot.png)
![](./docs/img/ryg%20traffic%20light%20console%20screenshot.png)



Expand Down
Binary file added docs/img/ryg traffic light console screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"nyc-test": "nyc ava src/js/jssm*-tests.js",
"test": "ava src/js/jssm*-tests.js",
"test-verbose": "ava src/js/jssm*-tests.js -v",
"clean": "rimraf build -f && rimraf dist -f && rimraf docs -f && rm -f src/js/jssm-dot.js && mkdir build && mkdir dist && mkdir docs",
"clean": "rimraf build -f && rimraf dist -f && rimraf docs -f && rm -f src/js/jssm-dot.js && mkdir build && mkdir dist && mkdir docs && mkdir docs/docs",
"babel": "babel src/js -d build/",
"setver": "node ./set_version.js",
"rename": "node -e \"require('fs').renameSync('./build/jssm.js', './build/jssm.es5.js');\"",
Expand All @@ -30,7 +30,7 @@
"minify": "uglifyjs ./build/jssm.es5.cjs.js -o ./build/jssm.es5.cjs.min.js --compress",
"dist": "cp build/jssm.es5.cjs.* dist/",
"docs": "documentation build src/js/** -f html -o docs/lib",
"site": "cd src/site && hexo generate && cd ../..",
"site": "cd src/site && hexo generate && cd ../.. && cp -R src/assets/* docs/ && cp -R src/assets/* docs/docs/",
"travis": "rm -f src/js/jssm-dot.js && npm run nyc-test && npm run coverage"
},
"repository": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"bugs": {
"url": "https://github.com/StoneCypher/jssm/issues"
},
"homepage": "https://github.com/StoneCypher/jssm#readme",
"homepage": "https://stonecypher.github.io/jssm/",
"devDependencies": {
"ava": "^0.19.1",
"ava-spec": "^1.1.0",
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 413e40d

Please sign in to comment.