diff --git a/make.js b/make.js index 56b637727..a52fccd63 100644 --- a/make.js +++ b/make.js @@ -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 } } }; diff --git a/package.json b/package.json index c949e877c..c149f1699 100644 --- a/package.json +++ b/package.json @@ -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",