Skip to content

Commit

Permalink
Set version to 0.4.0, and upgrade to requirejs-dplugins 0.4.x.
Browse files Browse the repository at this point in the history
Also removed requirejs-dplugins dependency from package.json.
Seems like it should only be in bower.json.
  • Loading branch information
wkeese committed Nov 28, 2014
1 parent 762c9f0 commit fd4b29c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dpointer",
"version": "0.3.2",
"version": "0.4.0",
"dependencies": {
"requirejs-dplugins": "0.3.x"
"requirejs-dplugins": "0.4.x"
},
"devDependencies": {
"requirejs": "2.1.x",
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "dpointer",
"version": "0.3.2",
"dependencies": {
"requirejs-dplugins": "0.2.x"
},
"version": "0.4.0",
"devDependencies": {
"intern": "1.6.x",
"grunt": "~0.4.2",
Expand Down

0 comments on commit fd4b29c

Please sign in to comment.