Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from chrishumboldt/dev-rocket
Browse files Browse the repository at this point in the history
Dependency changes.
  • Loading branch information
chrishumboldt authored Jan 12, 2017
2 parents d729949 + 438121a commit 53cee2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ A universal form module.
* [Options](#options)
* [Defaults](#defaults)
* [HTML Examples](#html-examples)
* [Rocket Tools](#rocket-tools)
* [Formplate Deprecated](#formplate-deprecated)

## Getting Started
Expand Down Expand Up @@ -185,9 +184,6 @@ Rocket.defaults.form.colour = 'green';
</div>
```

## Rocket Tools
If you are using this module in conjunction with [Rocket Tools](https://github.com/chrishumboldt/Rocket-Tools), then **always** load the Rocket Tools library first. This module extends that library when detected.

## Formplate Deprecated
The original library, Formplate, has been deprecated. The entire Webplate project is being refactored and rebranded with a new development philosophy. Formplate will be maintained only with bug fixes under the **formplate** branch.

Expand All @@ -198,7 +194,7 @@ Twitter: <a href="https://twitter.com/chrishumboldt">twitter.com/chrishumboldt</
GitHub <a href="https://github.com/chrishumboldt">github.com/chrishumboldt</a><br>

## Copyright and License
Copyright 2016 Rocket Project
Copyright 2017 Rocket Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"npm": "^3.0.0"
},
"dependencies": {
"rocket-propel": "^3.0.0",
"rocket-tools": "^1.11.0"
},
"devDependencies": {
"rocket-demo": "^2.0.0",
"rocket-propel": "^3.0.0",
"font-awesome": "^4.6.3"
}
}

0 comments on commit 53cee2c

Please sign in to comment.