Skip to content

Commit 61ec628

Browse files
committed
chore: Bumped alpha version
1 parent 37fd3d0 commit 61ec628

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-semantic-ui",
3-
"version": "0.10.0-alpha.5",
3+
"version": "0.10.0-alpha.6",
44
"description": "Angular Semantic UI Components",
55
"repository": {
66
"type": "git",
@@ -37,8 +37,7 @@
3737
"lint": "npm run lib:lint && npm run demo:lint",
3838
"test": "npm run lib:test",
3939
"build": "npm run lib:build && npm run demo:build",
40-
"build:prod": "npm run lib:build:prod && npm run demo:build:prod",
41-
"prepublishOnly": "npm run test && npm run lint && npm run build:prod"
40+
"build:prod": "npm run lib:build:prod && npm run demo:build:prod"
4241
},
4342
"dependencies": {},
4443
"devDependencies": {

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-semantic-ui",
3-
"version": "0.10.0-alpha.3",
3+
"version": "0.10.0-alpha.6",
44
"description": "Angular Semantic UI Components",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)