2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Releasing v0.27.2

This commit is contained in:
Jay
2022-04-27 11:58:12 +02:00
parent b9e9fb4fa0
commit bc733fec78
10 changed files with 45 additions and 13 deletions
+1 -1
View File
@@ -104,6 +104,6 @@ module.exports = function(grunt) {
});
grunt.registerTask('test', 'Run the jasmine and mocha tests', ['eslint', 'mochaTest', 'karma:single']);
grunt.registerTask('build', 'Run webpack and bundle the source', ['clean', 'webpack']);
grunt.registerTask('build', 'Run webpack and bundle the source', ['clean', 'webpack', 'usebanner']);
grunt.registerTask('version', 'Sync version info for a release', ['usebanner', 'package2bower', 'package2env']);
};