From: howel Date: Sun, 5 Jan 2020 17:56:17 +0000 (+0800) Subject: [misc] Add module in addition to jsnext:main in package.json X-Git-Tag: 2.25.0~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce89e7fea881b39be23b8c0646f7ef7817985d9;p=thirdparty%2Fmoment.git [misc] Add module in addition to jsnext:main in package.json --- diff --git a/package.json b/package.json index 45650f087..20923d028 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ ], "main": "./moment.js", "jsnext:main": "./src/moment.js", + "module": "./src/moment.js", "typings": "./moment.d.ts", "typesVersions": { ">=3.1": {