Skip to content

Commit

Permalink
minor package error pointing main to wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Aug 20, 2017
1 parent 8b3c43f commit 35f33d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
* [[`8b3c43fd83`](https://github.com/StoneCypher/jssm/commit/8b3c43fd83)] - oh lol the test script was borqued (John Haugeland)
* [[`74d8484e59`](https://github.com/StoneCypher/jssm/commit/74d8484e59)] - formatting changes to tests to see if changelog is working (John Haugeland)
* [[`5180b36c64`](https://github.com/StoneCypher/jssm/commit/5180b36c64)] - .npmignore, changelog.md (John Haugeland)
* [[`f32d2feae1`](https://github.com/StoneCypher/jssm/commit/f32d2feae1)] - Support for machine names and machine versions, as well as basic semver (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.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/lib/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>jssm 4.7.3 | Documentation</title>
<title>jssm 4.7.4 | 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 class='fixed xs-hide fix-3 overflow-auto max-height-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>jssm</h3>
<div class='mb1'><code>4.7.3</code></div>
<div class='mb1'><code>4.7.4</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "jssm",
"version": "4.7.3",
"version": "4.7.4",
"engines": {
"node": ">=6.0.0"
},
"description": "A Javascript state machine with a simple API. Well tested, and typed with Flowtype. MIT License.",
"main": "dist/jssm.es5.browserified.js",
"main": "dist/jssm.es5.cjs.js",
"scripts": {
"test": "nyc ava src/js/tests/*.js",
"removedir": "rimraf build -f && rimraf dist -f && rimraf docs -f",
Expand Down

0 comments on commit 35f33d6

Please sign in to comment.