Skip to content

Commit 347aab6

Browse files
committed
Bumped version to 0.2.3
1 parent b88f311 commit 347aab6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

make.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ var config = {
1313
},
1414
map: {
1515
typescript: './node_modules/typescript/lib/typescript.js',
16-
angular2: path.resolve('node_modules/angular2'),
16+
'@angular': path.resolve('node_modules/@angular'),
1717
rxjs: path.resolve('node_modules/rxjs')
1818
},
1919
paths: {
2020
'*': '*.js'
2121
},
2222
meta: {
23-
'node_modules/angular2/*': { build: false },
23+
'node_modules/@angular/*': { build: false },
2424
'node_modules/rxjs/*': { build: false }
2525
}
2626
};

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.2.2",
3+
"version": "0.2.3",
44
"description": "Angular 2 Semantic UI Components",
55
"scripts": {
66
"typings": "typings install",

0 commit comments

Comments
 (0)