adaptivejs
Advanced tools
Comparing version 1.1.5 to 1.2.0
{ | ||
"name": "adaptivejs", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "requirejs-plugins": "1.0.2" |
{ | ||
"name": "adaptivejs", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"description": "A framework for creating adaptive websites.", | ||
@@ -23,4 +23,4 @@ "author": { | ||
"grunt-contrib-connect": "~0.8.0", | ||
"grunt-contrib-watch": "~0.2.x", | ||
"grunt-mobify-cloud": "1.0.12", | ||
"grunt-contrib-watch": "~0.6.x", | ||
"grunt-mobify-cloud": "1.1.0", | ||
"grunt-mocha-phantomjs": "~0.3.2", | ||
@@ -27,0 +27,0 @@ "grunt-requirejs": "0.4.0", |
@@ -43,6 +43,8 @@ adaptivejs | ||
1. Bump version in package.json | ||
2. Add to CHANGELOG | ||
3. Create a new git tag corresponding to that version and push to origin. | ||
4. `npm publish` | ||
5. Update https://cloud.mobify.com/docs/adaptivejs/changelog/ | ||
1. Make sure all tests pass locally using `grunt test`. | ||
2. Make sure all tests pass on saucelabs with `grunt test_saucelabs`. | ||
3. Bump version in package.json | ||
4. Add to CHANGELOG | ||
5. Create a new git tag corresponding to that version and push to origin. | ||
6. `npm publish` | ||
7. Update https://cloud.mobify.com/docs/adaptivejs/changelog/ |
@@ -8,5 +8,6 @@ module.exports = function(grunt) { | ||
options: { | ||
projectSlug: packageJSON.name, | ||
projectSlug: grunt.option('project-slug') || packageJSON.name, | ||
message: grunt.option('m') || grunt.option('message') || now, | ||
origin: grunt.option('origin') || 'https://cloud.mobify.com' | ||
origin: grunt.option('origin') || 'https://cloud.mobify.com', | ||
target: grunt.option('deploy-to-target') || '' | ||
}, | ||
@@ -13,0 +14,0 @@ src: ['build/**'] |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
638317
7223
50
+ Addedfaye-websocket@0.4.4(transitive)
+ Addedgaze@0.5.2(transitive)
+ Addedglobule@0.1.0(transitive)
+ Addedgrunt-contrib-watch@0.6.1(transitive)
+ Addedgrunt-mobify-cloud@1.1.0(transitive)
+ Addedlodash@1.0.2(transitive)
+ Addednopt@2.0.0(transitive)
+ Addednoptify@0.0.3(transitive)
+ Addedqs@0.5.6(transitive)
+ Addedtiny-lr-fork@0.0.5(transitive)
- Removedfileset@0.1.8(transitive)
- Removedgaze@0.3.4(transitive)
- Removedgrunt-contrib-watch@0.2.0(transitive)
- Removedgrunt-mobify-cloud@1.0.12(transitive)
Updatedgrunt-contrib-watch@~0.6.x
Updatedgrunt-mobify-cloud@1.1.0