parent
a2878b0b1d
commit
d216a46412
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "ts-api-guardian",
|
"name": "ts-api-guardian",
|
||||||
"version": "0.3.0",
|
"version": "0.4.1",
|
||||||
"description": "Guards the API of TypeScript libraries!",
|
"description": "Guards the API of TypeScript libraries!",
|
||||||
"main": "build/lib/main.js",
|
"main": "lib/main.js",
|
||||||
"typings": "build/definitions/main.d.ts",
|
"typings": "lib/main.d.ts",
|
||||||
"bin": {
|
"bin": {
|
||||||
"ts-api-guardian": "./bin/ts-api-guardian"
|
"ts-api-guardian": "./bin/ts-api-guardian"
|
||||||
},
|
},
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
"Alan Agius <alan.agius4@gmail.com> (https://github.com/alan-agius4/)",
|
"Alan Agius <alan.agius4@gmail.com> (https://github.com/alan-agius4/)",
|
||||||
"Alex Eagle <alexeagle@google.com> (https://angular.io/)",
|
"Alex Eagle <alexeagle@google.com> (https://angular.io/)",
|
||||||
"Martin Probst <martinprobst@google.com> (https://angular.io/)",
|
"Martin Probst <martinprobst@google.com> (https://angular.io/)",
|
||||||
"Victor Savkin<vsavkin@google.com> (https://victorsavkin.com)",
|
"Victor Savkin <vsavkin@google.com> (https://victorsavkin.com)",
|
||||||
"Igor Minar<iminar@google.com> (https://angular.io/)"
|
"Igor Minar <iminar@google.com> (https://angular.io/)"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
Loading…
Reference in New Issue