]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fix linter issue
authorIskren Chernev <iskren.chernev@gmail.com>
Thu, 10 Nov 2016 09:31:14 +0000 (01:31 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Thu, 10 Nov 2016 09:31:14 +0000 (01:31 -0800)
tasks/nuget.js

index d67796c2733ab92f34579fc393320fa21d2b1f97..b5604b6b4d7cb408eb7fd7a0e0759f8557497c69 100644 (file)
@@ -24,7 +24,7 @@ module.exports = function (grunt) {
     });
     grunt.registerTask('nugetkey_pre', function () {
         grunt.option('key', process.env.NUGET_KEY);
-        grunt.option('source', "https://www.nuget.org/api/v2/package");
+        grunt.option('source', 'https://www.nuget.org/api/v2/package');
     });
     grunt.registerTask('nugetkey_post', function () {
         grunt.option('key', null);