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

Commit

Permalink
Adjusting from user feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Page committed Sep 17, 2018
1 parent 7d46af1 commit a6cff87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -5,11 +5,9 @@ Pancake
![The Pancake tool](https://raw.githubusercontent.com/govau/pancake/master/assets/pancake.png)

[Npm wrote about](http://blog.npmjs.org/post/101775448305/npm-and-front-end-packaging) the challenges frontend developers face when trying to use npm. Pancake
is addressing those by embracing the idea of small individually versioned independent modules. Interdependencies is what npm does really well and Pancake
will help you keep them flat and error out on conflicts. [Read more about our solution](https://medium.com/dailyjs/npm-and-the-front-end-950c79fc22ce)
[Npm wrote about](http://blog.npmjs.org/post/101775448305/npm-and-front-end-packaging) the challenges frontend developers face when trying to use npm. Pancake is addressing those by embracing the idea of small individually versioned independent modules. Interdependencies is what npm does really well and Pancake will help you keep them flat and error out on conflicts. [Read more about our solution](https://medium.com/dailyjs/npm-and-the-front-end-950c79fc22ce)

Pancake will check your peerDependencies for conflicts and comes with plugins to compile the contents of your modules for you and lists all available modules for you to select and install.
Pancake will check your `"peerDependencies"` for conflicts and comes with plugins to compile the contents of your modules for you and lists all available modules for you to select and install.



Expand Down

0 comments on commit a6cff87

Please sign in to comment.