Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee39326

Browse files
authored
Merge branch 'master' into add-typescript-definition-file
2 parents 0b79c40 + 1f25dec commit ee39326

File tree

4 files changed

+9
-43
lines changed

4 files changed

+9
-43
lines changed

examples/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
</style>
1515
<meta charset="utf-8">
1616
<link href="../index.css" rel="stylesheet">
17-
<script type="module" src="../dist/index.esm.js"></script>
17+
<!-- <script type="module" src="../dist/index.esm.js"></script> -->
18+
<script type="module" src="https://unpkg.com/@github/image-crop-element@latest/dist/index.esm.js"></script>
1819
<title>image-crop-element demo</title>
1920
</head>
2021
<body>

examples/polyfill.html

Lines changed: 0 additions & 36 deletions
This file was deleted.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@github/image-crop-element",
3-
"version": "3.0.1",
3+
"version": "3.0.3",
44
"description": "Select area for cropping an image. This does not actually crop.",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.esm.js",
@@ -19,7 +19,8 @@
1919
"build": "npm run build-umd && npm run build-esm && cp index.js.flow dist/index.umd.js.flow && cp index.js.flow dist/index.esm.js.flow",
2020
"pretest": "npm run build",
2121
"prepublishOnly": "npm run build",
22-
"test": "karma start test/karma.config.js"
22+
"test": "karma start test/karma.config.js",
23+
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
2324
},
2425
"keywords": [
2526
"crop",

0 commit comments

Comments
 (0)