We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffa792 commit 75f8049Copy full SHA for 75f8049
.npmignore
@@ -7,7 +7,6 @@ npm-debug.log
7
# *.js
8
# *.map
9
# *.d.ts
10
-typings
11
demo
12
13
# JetBrains
@@ -21,4 +20,4 @@ Desktop.ini
21
20
22
# Mac
23
.DS_Store
24
-**/.DS_Store
+**/.DS_Store
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng2-semantic-ui",
3
- "version": "0.2.3",
+ "version": "0.3.0",
4
"description": "Angular 2 Semantic UI Components",
5
"repository": {
6
"type": "git",
@@ -24,7 +24,8 @@
"start": "ng serve",
25
"lint": "tslint \"demo/**/*.ts\"",
26
"compile": "tsc",
27
- "compile:w": "tsc -w"
+ "compile:w": "tsc -w",
28
+ "prepublish": "tsc"
29
},
30
"dependencies": {
31
"@angular/common": "2.0.0-rc.5",
0 commit comments