Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Aug 20, 2016
1 parent 03b9951 commit beb1382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scion",
"version": "3.0.0",
"version": "3.0.1",
"author": {
"name": "Jacob Beard",
"email": "jake@jacobeanrnd.com"
Expand Down Expand Up @@ -37,4 +37,3 @@
"test/*"
]
}

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scxml",
"version": "3.0.0",
"version": "3.0.1",
"description": "An implementation of SCXML in JavaScript.",
"keywords": [
"scxml",
Expand Down Expand Up @@ -64,7 +64,7 @@
"request": "^2.74.0",
"scxml-test-framework": "^1.0.2",
"underscore": "^1.8.3",
"vm-browserify2" : "0.0.6"
"vm-browserify2": "0.0.6"
},
"engines": {
"node": ">=4.2.2",
Expand All @@ -73,11 +73,11 @@
"main": "./lib/runtime/facade",
"scripts": {
"test": "grunt build test"
},
},
"browser": {
"vm": "vm-browserify2"
},
"filename" : "scxml.min.js",
"filename": "scxml.min.js",
"npmName": "scion",
"npmFileMap": [
{
Expand Down

0 comments on commit beb1382

Please sign in to comment.