Skip to content

Commit e1b98d9

Browse files
committed
Switch to TypeScript slowely
1 parent d872593 commit e1b98d9

File tree

7 files changed

+15
-3
lines changed

7 files changed

+15
-3
lines changed

bin/publish.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
3+
4+
BIN_DIR=`dirname $0`
5+
. "${BIN_DIR}/common.sh"
6+
setup
7+
8+
9+
echo "Frontend"
10+
echo "========"
11+
cd "${PROJECT_ROOT}"
12+
npm publish

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": "@freenit-framework/core",
3-
"version": "0.0.32",
3+
"version": "0.0.36",
44
"private": false,
55
"author": "Goran Mekić <meka@tilda.center>",
66
"license": "BSD-2-Clause",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)