Skip to content

Commit e5aaae0

Browse files
Release Scriptclmath
authored andcommitted
update to version 0.3.1
1 parent e0d904b commit e5aaae0

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirejs-dplugins",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "AMD plugins for RequireJS",
55
"dependencies": {
66
"dojo": ">=1.9.1",
@@ -22,4 +22,4 @@
2222
"Gruntfile.js",
2323
"package.json"
2424
]
25-
}
25+
}

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirejs-dplugins",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "AMD plugins for RequireJS",
55
"devDependencies": {
66
"grunt": "~0.4.1",
@@ -10,9 +10,11 @@
1010
"intern": "~1.6.2",
1111
"grunt-lineending": "^0.2.2"
1212
},
13-
"licenses": [{
14-
"type": "BSD",
15-
"url": "https://github.com/ibm-js/requirejs-dplugins/blob/master/LICENSE"
16-
}],
13+
"licenses": [
14+
{
15+
"type": "BSD",
16+
"url": "https://github.com/ibm-js/requirejs-dplugins/blob/master/LICENSE"
17+
}
18+
],
1719
"private": true
18-
}
20+
}

0 commit comments

Comments
 (0)