Skip to content

Commit

Permalink
Remove flow typechecking step
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 4, 2019
1 parent 4d4538e commit 7b92287
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
* [[`4d4538e894`](https://github.com/StoneCypher/jssm/commit/4d4538e894)] - 5.14.1 let's start cleaning up (John Haugeland)
* [[`3dac8f22fe`](https://github.com/StoneCypher/jssm/commit/3dac8f22fe)] - Update issue templates (John Haugeland)
* [[`06f3d985b8`](https://github.com/StoneCypher/jssm/commit/06f3d985b8)] - Update issue templates (John Haugeland)
* [[`5d9a3b6d43`](https://github.com/StoneCypher/jssm/commit/5d9a3b6d43)] - Update issue templates (John Haugeland)
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/lib/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>jssm 5.14.1 | Documentation</title>
<title>jssm 5.14.2 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -14,7 +14,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>jssm</h3>
<div class='mb1'><code>5.14.1</code></div>
<div class='mb1'><code>5.14.2</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
6 changes: 2 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.14.1",
"version": "5.14.2",
"engines": {
"node": ">=6.0.0"
},
Expand Down Expand Up @@ -30,14 +30,12 @@
"rename": "node -e \"require('fs').renameSync('./build/jssm.js', './build/jssm.es5.js');\"",
"pack": "browserify -r ./build/jssm.es5.js:jssm -o build/jssm.es5.cjs.js",
"make": "npm run clean && npm run peg && npm run babel && npm run rename && npm run setver && npm run pack",
"flow": "flow",
"peg": "rm -f src/js/jssm-dot.js && pegjs src/js/jssm-dot.peg && cp src/js/jssm-dot.js build/",
"eslint": "eslint src/js/jssm.js src/js/jssm-types.js src/js/tests/*.js",
"nyc-html": "nyc report --reporter=html",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"vet": "npm run flow && npm run eslint && npm run audit",
"vet": "npm run eslint && npm run audit",
"audit": "text_audit -t major wasteful any mixed fixme checkme testme stochable todo comeback whargarbl",
"qbuild": "npm run eslint && npm run make && npm run minify && npm run docs && npm run site && npm run dist",
"build": "npm run make && npm run vet && npm run minify && npm run docs && npm run site && npm run dist",
"zminify": "uglifyjs ./build/jssm.es5.cjs.js -o ./build/jssm.es5.cjs.min.js --compress",
"minify": "echo Minify skipped",
Expand Down

0 comments on commit 7b92287

Please sign in to comment.