Skip to content

Commit

Permalink
639 to 1 being a devdep was breaking es6 builds downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Apr 13, 2020
1 parent 74cec29 commit 9ee1680
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/es6/version.js
@@ -1,2 +1,2 @@
const version = "5.32.14";
const version = "5.32.15";
export { version };
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.nonmin.js
Expand Up @@ -15598,7 +15598,7 @@ function peg$parse(input, options) {
}
}

const version = "5.32.14";
const version = "5.32.15";

function arrow_direction(arrow) {
switch (String(arrow)) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.nonmin.js
Expand Up @@ -15597,7 +15597,7 @@ var jssm = (function (exports) {
}
}

const version = "5.32.14";
const version = "5.32.15";

function arrow_direction(arrow) {
switch (String(arrow)) {
Expand Down
4 changes: 2 additions & 2 deletions docs/lib/index.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>jssm 5.32.14 | Documentation</title>
<title>jssm 5.32.15 | Documentation</title>
<meta name='description' content='A Javascript finite state machine (FSM) with a terse DSL and a simple API. Well tested, and typed with Flowtype. MIT License.'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,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.32.14</code></div>
<div class='mb1'><code>5.32.15</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.32.14",
"version": "5.32.15",
"engines": {
"node": ">=6.0.0"
},
Expand Down Expand Up @@ -109,7 +109,6 @@
"glob": "^7.1.6",
"nyc": "^15.0.1",
"pegjs": "^0.10.0",
"reduce-to-639-1": "^1.0.4",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
Expand All @@ -122,6 +121,7 @@
"viz.js": "^1.7.1"
},
"dependencies": {
"reduce-to-639-1": "^1.0.4",
"text_audit": "^0.9.3"
}
}
2 changes: 1 addition & 1 deletion src/js/version.ts
@@ -1,3 +1,3 @@

const version: string = "5.32.14";
const version: string = "5.32.15";
export { version };

0 comments on commit 9ee1680

Please sign in to comment.