Skip to content

Commit

Permalink
chore(build): Updates to build & deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jul 20, 2016
1 parent 6619756 commit 8c168ae
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 41 deletions.
18 changes: 6 additions & 12 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@

#ignore all
/*
# add lib output
!/lib/**
# remove lib maps
/lib/**/*.map

!/docker/**

# root js files
!/*.js
!/*.d.ts
!/common/**
!/browser/**
!/server/**
!/index.*

# root docs
!/README.md
!/CHANGELOG.md
#!/README.md
#!/CHANGELOG.md

# root config
!/.env.example
!/typings.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@angular/router": "3.0.0-beta.2",
"@angular/router-deprecated": "2.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.4",
"@ubiquits/core": "^0.8.0",
"@ubiquits/core": "^0.8.3",
"chalk": "^1.1.3",
"dotenv": "^2.0.0",
"lodash": "^4.12.0",
Expand All @@ -38,7 +38,7 @@
"@types/hapi": "^13.0.28"
},
"devDependencies": {
"@ubiquits/toolchain": "^0.2.0"
"@ubiquits/toolchain": "^0.2.3"
},
"scripts": {
"start": "u",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"declaration": true,
"outDir": "lib",
"sourceRoot": "src",
"skipLibCheck": true,
"types": [
"node",
"jasmine",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"suppressImplicitAnyIndexErrors": true,
"sourceRoot": "src",
"outDir": "dist/browser",
"skipLibCheck": true,
"types": [
"jasmine"
]
Expand Down
27 changes: 0 additions & 27 deletions tsconfig.json

This file was deleted.

1 change: 1 addition & 0 deletions tsconfig.server.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"outDir": "dist/server",
"sourceRoot": "src",
"inlineSources": true,
"skipLibCheck": true,
"types": [
"node",
"jasmine",
Expand Down

0 comments on commit 8c168ae

Please sign in to comment.