Fix: Issues #14,#15,#19,#20. Ref: Deleted angular-librarian and added scripts in package.json to manage publishing; Version upgrade
This commit is contained in:
parent
f5b3989236
commit
a4fc14af06
65 changed files with 22464 additions and 1460 deletions
23
publishPackage.json
Normal file
23
publishPackage.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "ng2-fittext",
|
||||
"version": "1.2.0",
|
||||
"description": "Ng2 Fittext, an Angular library",
|
||||
"main": "./bundles/ng2-fittext.umd.js",
|
||||
"module": "./ng2-fittext.es5.js",
|
||||
"es2015": "./ng2-fittext.js",
|
||||
"typings": "./ng2-fittext.d.ts",
|
||||
"keywords": [
|
||||
"ng2-fittext",
|
||||
"ng2-fittext",
|
||||
"fittext",
|
||||
"angular",
|
||||
"angular 2",
|
||||
"fit text",
|
||||
"responsive text"
|
||||
],
|
||||
"author": "Lorenzo Iovino",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"url": "https://github.com/lokenxo/ng2-fittext.git"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue