Skip to content

Commit 1a42572

Browse files
committed
1.2.92
1 parent 812dcd3 commit 1a42572

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "painterro",
3-
"version": "1.2.91",
3+
"version": "1.2.92",
44
"description": "HTML5 image editing widget (js paint plugin)",
55
"main": "build/painterro.commonjs2.js",
66
"repository": {

publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GH_TARGET=master
1212
ASSETS_PATH=build
1313
npm --no-git-tag-version version patch
1414
VERSION=`grep '"version":' package.json | cut -d\" -f4`
15-
# npm run build
15+
npm run build
1616

1717
if [ $? -eq 0 ]; then
1818
echo BUILD OK
@@ -40,7 +40,7 @@ cd ..
4040
git add -u
4141
git commit -m "$VERSION"
4242
git push
43-
# npm publish
43+
npm publish
4444

4545
echo "GH USER AND PATH",$GH_USER, $GH_PASS
4646

0 commit comments

Comments
 (0)