Skip to content

Commit

Permalink
Bumped version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed May 13, 2016
1 parent b88f311 commit 347aab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions make.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ var config = {
},
map: {
typescript: './node_modules/typescript/lib/typescript.js',
angular2: path.resolve('node_modules/angular2'),
'@angular': path.resolve('node_modules/@angular'),
rxjs: path.resolve('node_modules/rxjs')
},
paths: {
'*': '*.js'
},
meta: {
'node_modules/angular2/*': { build: false },
'node_modules/@angular/*': { build: false },
'node_modules/rxjs/*': { build: false }
}
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-semantic-ui",
"version": "0.2.2",
"version": "0.2.3",
"description": "Angular 2 Semantic UI Components",
"scripts": {
"typings": "typings install",
Expand Down

0 comments on commit 347aab6

Please sign in to comment.