Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Update package.json for correct typings specifying...
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzofish committed Jul 14, 2017
1 parent 20761b4 commit 8573a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions commands/initial/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./bundles/{{ name }}.umd.js",
"module": "./{{ name }}.es5.js",
"es2015": "./{{ name }}.js",
"types": "./index.d.ts",
"typings": "./{{ name }}.d.ts",
"scripts": {
"build": "node ./tasks/build",
"g": "node ./node_modules/angular-librarian",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "^4.0.0",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.42",
"angular-librarian": "1.0.0-beta.5",
"angular-librarian": "1.0.0-beta.6",
"angular2-template-loader": "0.6.0",
"awesome-typescript-loader": "^3.0.0",
"codelyzer": "~2.0.0-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-librarian",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "A scaffolding setup for Angular 2+ libraries",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 8573a56

Please sign in to comment.