Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
fix: remove wrong build instructions from feature package
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Dec 1, 2017
1 parent 19f234d commit 2e451a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

<%= pkg_description %>

# How to build for publishing as a node package

```
npm install
npm run build
```

# How to consume in your app

## Import via ECMAScript Module Syntax
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,12 @@
"main": "<%= pkg_fullname %>.es5.umd.js",
"module": "<%= pkg_fullname %>.es5.js",
"es2015": "<%= pkg_fullname %>.js",
"scripts": {
"build": "node ./build.js",
"packager": "ng-packagr -p ng-package.json"
},
"dependencies": {},
"devDependencies": {
"@angular/core": "^4.2.6",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"fs-extra": "^3.0.1",
"ng-packagr": "1.0.0-pre.7",
"rollup": "^0.41.6",
"rxjs": "5.2.0",
"typescript": "2.4.0",
"zone.js": "^0.8.12"
},
"peerDependencies": {
"@angular/core": "^4.2.6",
"rxjs": "5.2.0",
"zone.js": "^0.8.12"
"@angular/core": "*",
"rxjs": "*",
"zone.js": "*",
"typescript": "*"
},
"optionalDependencies": {}
}

0 comments on commit 2e451a4

Please sign in to comment.