Comparing version 1.2.6 to 1.2.7
@@ -32,4 +32,7 @@ var request = require('request'), | ||
} else { | ||
exec('git commit -am "Angular v' + version + ' with Browserify support"'); | ||
exec('git tag v' + version); | ||
exec('git commit -am "Angular v' + version + ' with Browserify support"', function (err) { | ||
if (error === null) { | ||
exec('git tag v' + version); | ||
} | ||
}); | ||
} | ||
@@ -36,0 +39,0 @@ }); |
{ | ||
"name": "angular", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "AngularJS provided as a CommonJS module. Compiled with jsdom when running in Node. Useful for client-side apps built with Browserify and for testing AngularJS code in Node without depending on a browser.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
378561
498