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 #62 from chrishumboldt/dev-rocket
Browse files Browse the repository at this point in the history
Update to development files.
  • Loading branch information
chrishumboldt authored Feb 16, 2017
2 parents 6b74fa8 + 6788810 commit 0d6ccb6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 67 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install via NPM.
npm install rocket-form
```

**NOTE** that this module has a dependency [Rocket Tools (20kb)](https://github.com/chrishumboldt/Rocket-Tools) which will automatically be installed as well.
**NOTE** that this module has a dependency [Rocket Tools (21kb)](https://github.com/chrishumboldt/Rocket-Tools) which will automatically be installed as well.

Start by including the necessary files.

Expand Down
6 changes: 3 additions & 3 deletions build/ts/form.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Author: Chris Humboldt
**/
/*
Author: Chris Humboldt
*/

// Extend Rocket
Rocket.defaults.form = {
Expand Down
57 changes: 0 additions & 57 deletions build/ts/rocket-tools.d.ts

This file was deleted.

6 changes: 5 additions & 1 deletion build/ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"compilerOptions": {
"outDir": "../js",
"target": "es5"
}
},
"filesGlob": [
"./**/*.ts",
"../../node_modules/rocket-tools/index.d.ts"
]
}
4 changes: 2 additions & 2 deletions cockpit.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"build": [{
"name": "form",
"css": [
"form.scss"
"~/form.scss"
],
"js": [
"form.js"
"~/form.js"
]
}]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h4>Getting Started</h4>
<pre class="prettyprint linenums">
npm install rocket-form
</pre>
<p class="note">Note that this module has a dependency <a href="https://github.com/chrishumboldt/Rocket-Tools" class="link" target="_blank">Rocket Tools (20kb)</a> which will automatically be installed as well.</p>
<p class="note">Note that this module has a dependency <a href="https://github.com/chrishumboldt/Rocket-Tools" class="link" target="_blank">Rocket Tools (21kb)</a> which will automatically be installed as well.</p>
<p>Start by including the necessary files.</p>
<pre class="prettyprint linenums">
&lt;head&gt;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocket-form",
"version": "3.1.4",
"version": "3.1.5",
"description": "A universal form module.",
"main": "js/form.min.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"npm": "^3.0.0"
},
"dependencies": {
"rocket-tools": "^1.11.0"
"rocket-tools": "^1.12.6"
},
"devDependencies": {
"rocket-demo": "^2.0.0",
Expand Down

0 comments on commit 0d6ccb6

Please sign in to comment.