Update node-typescript to 1.1.0-1
This commit is contained in:
parent
9e98b20e96
commit
9af2f56e68
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2014/05/20 01:39:32 jturner Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2014/10/08 17:03:01 jturner Exp $
|
||||
|
||||
COMMENT = typed superset of JavaScript
|
||||
|
||||
NPM_VERSION = 1.0.1
|
||||
NPM_VERSION = 1.1.0-1
|
||||
NPM_NAME = typescript
|
||||
PKGNAME = node-typescript-1.1.0.1
|
||||
CATEGORIES = lang
|
||||
|
||||
MAINTAINER = James Turner <james@calminferno.net>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (typescript-1.0.1.tgz) = ElWHq1FBPxPUTJaf33cKGNdPS7hShBuIVIw+c35iwSk=
|
||||
SIZE (typescript-1.0.1.tgz) = 849424
|
||||
SHA256 (typescript-1.1.0-1.tgz) = uYAYM4Y76kGRTpElli49IY4kOumkA7zE+ONleLSQTGQ=
|
||||
SIZE (typescript-1.1.0-1.tgz) = 565682
|
||||
|
@ -1,57 +1,25 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/12/07 00:09:59 jturner Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2014/10/08 17:03:01 jturner Exp $
|
||||
@owner root
|
||||
@group wheel
|
||||
bin/tsc
|
||||
lib/node_modules/typescript/
|
||||
lib/node_modules/typescript/.npmignore
|
||||
lib/node_modules/typescript/.travis.yml
|
||||
lib/node_modules/typescript/CONTRIBUTING.md
|
||||
lib/node_modules/typescript/CopyrightNotice.txt
|
||||
lib/node_modules/typescript/LICENSE.txt
|
||||
lib/node_modules/typescript/README.txt
|
||||
lib/node_modules/typescript/README.md
|
||||
lib/node_modules/typescript/ThirdPartyNoticeText.txt
|
||||
lib/node_modules/typescript/bin/
|
||||
lib/node_modules/typescript/bin/lib.core.d.ts
|
||||
lib/node_modules/typescript/bin/lib.d.ts
|
||||
lib/node_modules/typescript/bin/resources/
|
||||
lib/node_modules/typescript/bin/resources/cs/
|
||||
lib/node_modules/typescript/bin/resources/cs/cz/
|
||||
lib/node_modules/typescript/bin/resources/cs/cz/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/cs/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/cz/
|
||||
lib/node_modules/typescript/bin/resources/cz/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/de/
|
||||
lib/node_modules/typescript/bin/resources/de/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/en/
|
||||
lib/node_modules/typescript/bin/resources/en/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/en/us/
|
||||
lib/node_modules/typescript/bin/resources/en/us/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/es/
|
||||
lib/node_modules/typescript/bin/resources/es/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/fr/
|
||||
lib/node_modules/typescript/bin/resources/fr/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/it/
|
||||
lib/node_modules/typescript/bin/resources/it/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/ja/
|
||||
lib/node_modules/typescript/bin/resources/ja/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/ja/jp/
|
||||
lib/node_modules/typescript/bin/resources/ja/jp/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/ko/
|
||||
lib/node_modules/typescript/bin/resources/ko/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/ko/kr/
|
||||
lib/node_modules/typescript/bin/resources/ko/kr/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/pl/
|
||||
lib/node_modules/typescript/bin/resources/pl/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/pt/
|
||||
lib/node_modules/typescript/bin/resources/pt/br/
|
||||
lib/node_modules/typescript/bin/resources/pt/br/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/pt/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/ru/
|
||||
lib/node_modules/typescript/bin/resources/ru/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/tr/
|
||||
lib/node_modules/typescript/bin/resources/tr/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/zh/
|
||||
lib/node_modules/typescript/bin/resources/zh/cn/
|
||||
lib/node_modules/typescript/bin/resources/zh/cn/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/resources/zh/tw/
|
||||
lib/node_modules/typescript/bin/resources/zh/tw/diagnosticMessages.generated.json
|
||||
lib/node_modules/typescript/bin/lib.dom.d.ts
|
||||
lib/node_modules/typescript/bin/lib.scriptHost.d.ts
|
||||
lib/node_modules/typescript/bin/lib.webworker.d.ts
|
||||
lib/node_modules/typescript/bin/tsc
|
||||
lib/node_modules/typescript/bin/tsc.js
|
||||
lib/node_modules/typescript/bin/typescript.js
|
||||
lib/node_modules/typescript/bin/typescriptServices.js
|
||||
lib/node_modules/typescript/package.json
|
||||
lib/node_modules/typescript/scripts/
|
||||
lib/node_modules/typescript/scripts/importDefinitelyTypedTests.ts
|
||||
lib/node_modules/typescript/scripts/processDiagnosticMessages.ts
|
||||
|
Loading…
x
Reference in New Issue
Block a user