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 b88f311 commit 347aab6Copy full SHA for 347aab6
make.js
@@ -13,14 +13,14 @@ var config = {
13
},
14
map: {
15
typescript: './node_modules/typescript/lib/typescript.js',
16
- angular2: path.resolve('node_modules/angular2'),
+ '@angular': path.resolve('node_modules/@angular'),
17
rxjs: path.resolve('node_modules/rxjs')
18
19
paths: {
20
'*': '*.js'
21
22
meta: {
23
- 'node_modules/angular2/*': { build: false },
+ 'node_modules/@angular/*': { build: false },
24
'node_modules/rxjs/*': { build: false }
25
}
26
};
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng2-semantic-ui",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"description": "Angular 2 Semantic UI Components",
5
"scripts": {
6
"typings": "typings install",
0 commit comments