Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
Changes:

- [#9] Backward compatibility updating upperBound from 1 to -1 in EReference objects
- Update sax to 1.2.1
- Update underscore to 1.8.3
- Update dev dependencies
  • Loading branch information
ghillairet committed Jul 20, 2016
1 parent c1ebd20 commit 68a4652
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "ecore.js",
"main": "dist/ecore.js",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "https://github.com/ghillairet/ecore.js",
"authors": [
"ghillairet <g.hillairet@gmail.com>"
Expand Down
20 changes: 10 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "ecore",
"description": "Ecore (EMOF) JavaScript Implementation",
"version": "0.5.0",
"version": "0.6.0",
"author": "Guillaume Hillairet <g.hillairet@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -17,17 +17,17 @@
"node": ">= 0.8.0"
},
"dependencies": {
"sax": "^0.6.1",
"underscore": "^1.7.0"
"sax": "^1.2.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.4.0",
"grunt-mocha-test": "^0.12.4",
"mocha": "^2.0.1"
"grunt": "~1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.5.3"
},
"directories": {
"doc": "docs",
Expand Down

0 comments on commit 68a4652

Please sign in to comment.