Skip to content

Commit

Permalink
Merge pull request #124 from SoapBox/update-dependencies
Browse files Browse the repository at this point in the history
Updating dev dependencies, travis targets
  • Loading branch information
nfrasser committed Apr 17, 2016
2 parents f33c353 + cb17b61 commit ff7ee36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sudo: false
language: node_js
node_js:
- "5.0"
- "4.2"
- "iojs"
- "5.10"
- "4.4"
env:
global:
- secure: LhH+mMqOktTe6cIt97PGKBfgUjZM8vRd0qddyg61FSxg7a3WrHQoHE8WdRioJ9+DDzpu/NSTsHEUFUpGN+kSRw1UY4tsNLH6HoBQnqrNN4tVOeefudJpdeteOKZrJ8r8TaA/eO7sAgXO2T+RLJ8+qTbhx8FVZtLaCAgkrS0w9Qk=
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,39 +27,39 @@
"mention",
"mentions"
],
"dependencies": {},
"devDependencies": {
"amd-optimize": "^0.6.1",
"brfs": "^1.4.1",
"closure-compiler": "0.2.6",
"coveralls": "^2.11.4",
"expect.js": "^0.3.1",
"glob": "^5.0.15",
"glob": "^7.0.3",
"gulp": "^3.8.11",
"gulp-babel": "^5.3.0",
"gulp-closure-compiler": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-istanbul": "^0.10.2",
"gulp-jshint": "^1.12.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.1.3",
"gulp-qunit": "^1.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.4.2",
"gulp-wrap": "^0.11.0",
"jsdom": "^6.5.1",
"jsdom": "^8.4.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.15",
"karma-browserify": "^4.4.0",
"karma-browserify": "^5.0.3",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^0.3.0",
"lodash": "^3.10.1",
"lodash": "^4.11.1",
"merge-stream": "^1.0.0",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"phantomjs-prebuilt": "^2.1.7",
"qunitjs": "^1.20.0",
"requirejs": "^2.1.22",
"simple-html-tokenizer": "git+https://github.com/nfrasser/simple-html-tokenizer.git#master"
Expand Down

0 comments on commit ff7ee36

Please sign in to comment.