Ignore more things
This commit is contained in:
parent
0892f0a7d0
commit
a48c9421cb
2 changed files with 7 additions and 1 deletions
|
@ -2,3 +2,9 @@
|
||||||
tests/**
|
tests/**
|
||||||
typings/**
|
typings/**
|
||||||
scripts/**
|
scripts/**
|
||||||
|
.idea/**
|
||||||
|
circle.yml
|
||||||
|
tsconfig.json
|
||||||
|
tslint.json
|
||||||
|
typings.json
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Reference in a new issue