archive
/
tstatic
Archived
1
Fork 0

Ignore more things

This commit is contained in:
Jake Howard 2017-02-20 08:50:01 +00:00
parent 0892f0a7d0
commit a48c9421cb
2 changed files with 7 additions and 1 deletions

View File

@ -2,3 +2,9 @@
tests/** tests/**
typings/** typings/**
scripts/** scripts/**
.idea/**
circle.yml
tsconfig.json
tslint.json
typings.json

View File

@ -1,6 +1,6 @@
{ {
"name": "tstatic", "name": "tstatic",
"version": "0.0.2", "version": "0.0.3",
"description": "The only static-file server you'll ever need!", "description": "The only static-file server you'll ever need!",
"main": "./dist/server.js", "main": "./dist/server.js",
"bin": { "bin": {