File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const shell = require('shelljs');
44const chalk = require ( 'chalk' ) ;
55
66const DIST_DIR = `dist` ;
7- const MODULES_DIR = `${ DIST_DIR } /@ ngrx` ;
7+ const MODULES_DIR = `${ DIST_DIR } /ngrx` ;
88const BUNDLES_DIR = `${ DIST_DIR } /bundles` ;
99
1010const PACKAGES = [
Original file line number Diff line number Diff line change 22 "name" : " ngrx-forms" ,
33 "version" : " 1.1.1" ,
44 "description" : " Proper integration of forms in Angular 4 applications using ngrx" ,
5- "module" : " @ ngrx/forms.es5.js" ,
6- "es2015" : " @ ngrx/forms.js" ,
5+ "module" : " ngrx/forms.es5.js" ,
6+ "es2015" : " ngrx/forms.js" ,
77 "main" : " bundles/forms.umd.js" ,
88 "scripts" : {
99 "build" : " node build.js" ,
1414 "publish-lib" : " npm publish ./dist" ,
1515 "compodoc" : " compodoc -p tsconfig.json" ,
1616 "compodoc-serve" : " compodoc -s" ,
17- "example-install" : " npm run build && move ./dist/@ngrx ./dist/ngrx && npm pack ./dist && cd example-app && npm install ../ngrx-forms-1.1.1.tgz && move ./node_modules/ngrx-forms/ngrx ./node_modules/ngrx-forms/@ngrx && cd .."
17+ "example-install" : " npm run build && npm pack ./dist && cd example-app && npm install ../ngrx-forms-1.1.1.tgz && cd .."
1818 },
1919 "typings" : " ./forms.d.ts" ,
2020 "author" : " " ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const globals = {
1010} ;
1111
1212export default {
13- entry : './dist/@ ngrx/forms.es5.js' ,
13+ entry : './dist/ngrx/forms.es5.js' ,
1414 dest : './dist/bundles/forms.umd.js' ,
1515 format : 'umd' ,
1616 exports : 'named' ,
Original file line number Diff line number Diff line change 22 "name" : " ngrx-forms/validation" ,
33 "typings" : " ../validation.d.ts" ,
44 "main" : " ../bundles/forms-validation.umd.js" ,
5- "module" : " ../@ ngrx/forms/validation.es5.js" ,
6- "es2015" : " ../@ ngrx/forms/validation.js"
5+ "module" : " ../ngrx/forms/validation.es5.js" ,
6+ "es2015" : " ../ngrx/forms/validation.js"
77}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const globals = {
66} ;
77
88export default {
9- entry : './dist/@ ngrx/forms/validation.es5.js' ,
9+ entry : './dist/ngrx/forms/validation.es5.js' ,
1010 dest : './dist/bundles/forms-validation.umd.js' ,
1111 format : 'umd' ,
1212 exports : 'named' ,
You can’t perform that action at this time.
0 commit comments