Skip to content

Commit

Permalink
update to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Script authored and clmath committed Nov 24, 2014
1 parent e0d904b commit e5aaae0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "requirejs-dplugins",
"version": "0.3.0",
"version": "0.3.1",
"description": "AMD plugins for RequireJS",
"dependencies": {
"dojo": ">=1.9.1",
Expand All @@ -22,4 +22,4 @@
"Gruntfile.js",
"package.json"
]
}
}
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "requirejs-dplugins",
"version": "0.3.0",
"version": "0.3.1",
"description": "AMD plugins for RequireJS",
"devDependencies": {
"grunt": "~0.4.1",
Expand All @@ -10,9 +10,11 @@
"intern": "~1.6.2",
"grunt-lineending": "^0.2.2"
},
"licenses": [{
"type": "BSD",
"url": "https://github.com/ibm-js/requirejs-dplugins/blob/master/LICENSE"
}],
"licenses": [
{
"type": "BSD",
"url": "https://github.com/ibm-js/requirejs-dplugins/blob/master/LICENSE"
}
],
"private": true
}
}

0 comments on commit e5aaae0

Please sign in to comment.