Skip to content

Commit

Permalink
Fix #23 update typestate to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed May 17, 2018
1 parent c9447b3 commit b7d3c3e
Show file tree
Hide file tree
Showing 16 changed files with 600 additions and 28 deletions.
1 change: 0 additions & 1 deletion GruntFile.js
Expand Up @@ -186,7 +186,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-minified');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-jasmine-node');
grunt.loadNpmTasks('grunt-contrib-watch');

//
Expand Down
4 changes: 2 additions & 2 deletions bower.json
@@ -1,12 +1,12 @@
{
"name": "typestate",
"version": "1.0.4",
"version": "1.0.6",
"homepage": "https://github.com/eonarheim/TypeState",
"authors": [
"Erik Onarheim"
],
"description": "A small finite state machine implementation in TypeScript.",
"main": "dist/typestate-1.0.4.js",
"main": "dist/typestate-1.0.6.js",
"keywords": [
"Finite",
"State",
Expand Down
Binary file removed dist/TypeState.1.0.5.nupkg
Binary file not shown.
Binary file added dist/TypeState.1.0.6.nupkg
Binary file not shown.
3 changes: 0 additions & 3 deletions dist/typestate-1.0.5.min.js

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions dist/typestate-1.0.5.js → dist/typestate-1.0.6.js

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

3 changes: 3 additions & 0 deletions dist/typestate-1.0.6.min.js
@@ -0,0 +1,3 @@
/*! typestate - v1.0.6 - 2018-05-17
* https://github.com/eonarheim/TypeState
* Copyright (c) 2018 Erik Onarheim; Licensed BSD-2-Clause*/
File renamed without changes.
10 changes: 5 additions & 5 deletions dist/typestate-node-1.0.5.js → dist/typestate-node-1.0.6.js

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

10 changes: 5 additions & 5 deletions dist/typestate-node.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/typestate-node.js.map

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

4 changes: 2 additions & 2 deletions dist/typestate.js

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

4 changes: 0 additions & 4 deletions example/example.js

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

0 comments on commit b7d3c3e

Please sign in to comment.