Skip to content

Commit

Permalink
remove requirejs
Browse files Browse the repository at this point in the history
  • Loading branch information
schlosser committed May 22, 2015
1 parent fe95e54 commit c6aabb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
before_install: npm install -g grunt-cli
install: npm install
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Replace.js
==========
==========

[![Build status](https://travis-ci.org/danrschlosser/replace.js.svg)](https://travis-ci.org/danrschlosser/replace.js)

1 change: 0 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ module.exports = function (grunt) {
}
});
grunt.loadNpmTasks("grunt-contrib-jasmine");
grunt.loadNpmTasks("grunt-contrib-requirejs");
grunt.registerTask("default", ["less"]);
};
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-requirejs": "^0.4.4"
"grunt-contrib-jasmine": "~0.8.2"
},
"author": "Dan Schlosser",
"license": "MIT"
Expand Down

0 comments on commit c6aabb8

Please sign in to comment.