mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#1026 fix bundles
This commit is contained in:
@@ -7,18 +7,10 @@ node_modules
|
||||
typings/
|
||||
fonts/
|
||||
|
||||
|
||||
/.editorconfig
|
||||
/.travis.yml
|
||||
*.ts
|
||||
!*.d.ts
|
||||
!*.js
|
||||
!*.js.map
|
||||
/*.json
|
||||
*.spec.js
|
||||
*.tgz
|
||||
/.npmignore
|
||||
/karma-test-shim.js
|
||||
/karma.conf.js
|
||||
/make.js
|
||||
/package/
|
||||
/gulpfile.ts
|
||||
/.npmignore
|
||||
|
@@ -22,7 +22,7 @@
|
||||
"build.umd": "gulp build.prod --color --env-config prod --build-type prod",
|
||||
"reinstall": "npm cache clean && npm install"
|
||||
},
|
||||
"main": "bundles/ng2-alfresco-datatable.js",
|
||||
"main": "./index.js",
|
||||
"module": "./index.js",
|
||||
"typings": "./index.d.ts",
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user