We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c44c84 commit 83d6667Copy full SHA for 83d6667
package.json
@@ -5,6 +5,10 @@
5
"main": "dist/tinytime.js",
6
"umd:main": "dist/tinytime.umd.js",
7
"license": "MIT",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/aweary/tinytime"
11
+ },
12
"scripts": {
13
"rollup:cjs": "NODE_ENV=production rollup -c rollup.config.js -m -f cjs -n $npm_package_amdName $npm_package_jsnext_main -o $npm_package_main",
14
"rollup:umd": "NODE_ENV=production rollup -c rollup.config.js -m -f umd -n $npm_package_amdName $npm_package_jsnext_main -o dist/tinytime.umd.js",
0 commit comments