Skip to content

Commit

Permalink
Prep 5.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmo committed Sep 18, 2016
1 parent e6c763e commit 7b47842
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ratings:
- "**.py"
- "**.rb"
exclude_paths:
- "lib/state.js"
- "lib/state.com.js"
- "lib/state.min.js"
- "lib/node/state.js"
- "lib/web/state.js"
- "lib/web/state.min.js"
- "examples/browser/jquery-1.11.2.min.js"
8 changes: 4 additions & 4 deletions lib/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Deliverables
state.js comprises the following files:
* **state.js:** for use in web pages; include this using the HTML script element.
* **state.min.js:** a minified version of state.js.
* **state.com.js:** for use in node; this is the target file when using ```require("state,js")```.
* **state.com.d.ts:** this a TypeScript declaration file.
* **web/state.js:** for use in web pages; include this using the HTML script element.
* **web/state.min.js:** a minified version of state.js.
* **node/state.js:** for use in node; this is the target file when using ```require("state.js")```.
* **node/state.d.ts:** this a TypeScript declaration file.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"David Mesquita-Morris <[email protected]>"
],
"description": "Hierarchical finite state machine",
"main": "./lib/node/state.com",
"typings": "./lib/node/state.com.d.ts",
"main": "./lib/node/state",
"typings": "./lib/node/state.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/steelbreeze/state.js"
Expand Down

0 comments on commit 7b47842

Please sign in to comment.