-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dev dependencies + remove node engine #10 + update .travis.yml
- Loading branch information
1 parent
fb32e19
commit 3b2a7b6
Showing
9 changed files
with
64 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
language: node_js | ||
node_js: | ||
- "5.9.0" | ||
- "7.10.0" | ||
before_install: | ||
- npm install -g grunt-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,34 @@ | ||
{ | ||
"name": "handlebars.binding", | ||
"description": "Handlebars plugin for using one-way data binding", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"author": "mateusmaso", | ||
"license": "MIT", | ||
"keywords": [ | ||
"handlebars", | ||
"data binding" | ||
], | ||
"devDependencies": { | ||
"babel-preset-es2015": "^6.24.1", | ||
"babelify": "^7.3.0", | ||
"chai": "*", | ||
"mocha": "*", | ||
"grunt": "~0.4.5", | ||
"grunt": "^1.0.1", | ||
"grunt-babel": "^6.0.0", | ||
"grunt-browserify": "~4.0.1", | ||
"grunt-contrib-uglify": "~0.5.0", | ||
"grunt-mocha-test": "~0.11.0", | ||
"grunt-mocha-phantomjs": "~3.0.0", | ||
"babel-preset-es2015": "^6.5.0", | ||
"babelify": "^7.2.0", | ||
"jsdom": "^9.1.0", | ||
"handlebars": "~4.0.5" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/mateusmaso/handlebars.binding" | ||
"grunt-browserify": "^5.0.0", | ||
"grunt-contrib-uglify": "^3.0.1", | ||
"grunt-mocha-phantomjs": "^4.0.0", | ||
"grunt-mocha-test": "^0.13.2", | ||
"handlebars": "^4.0.10", | ||
"jsdom": "^11.0.0", | ||
"mocha": "*" | ||
}, | ||
"repository": "http://github.com/mateusmaso/handlebars.binding", | ||
"dependencies": { | ||
"handlebars.element": "~0.3.4", | ||
"handlebars.element": "~0.3.5", | ||
"observe-js": "~0.5.7" | ||
}, | ||
"scripts": { | ||
"test": "grunt mochaTest mocha_phantomjs" | ||
}, | ||
"engines": { | ||
"node" : ">=4" | ||
}, | ||
"main": "lib/index.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters