Skip to content

Commit 75f8049

Browse files
committed
Bumped version
1 parent 1ffa792 commit 75f8049

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.npmignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ npm-debug.log
77
# *.js
88
# *.map
99
# *.d.ts
10-
typings
1110
demo
1211

1312
# JetBrains
@@ -21,4 +20,4 @@ Desktop.ini
2120

2221
# Mac
2322
.DS_Store
24-
**/.DS_Store
23+
**/.DS_Store

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-semantic-ui",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "Angular 2 Semantic UI Components",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,8 @@
2424
"start": "ng serve",
2525
"lint": "tslint \"demo/**/*.ts\"",
2626
"compile": "tsc",
27-
"compile:w": "tsc -w"
27+
"compile:w": "tsc -w",
28+
"prepublish": "tsc"
2829
},
2930
"dependencies": {
3031
"@angular/common": "2.0.0-rc.5",

0 commit comments

Comments
 (0)