This commit is contained in:
Mario Romano
2016-12-15 01:05:54 +00:00
parent e133fd6408
commit 04768f9798
34 changed files with 145 additions and 290 deletions

View File

@@ -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

View File

@@ -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": {