We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37fbead + e90a88f commit 95f008bCopy full SHA for 95f008b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "castlecss-forms",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Easy to use forms for CastleCSS",
5
"main": "index.js",
6
"scripts": {
@@ -24,12 +24,13 @@
24
"url": "https://github.com/CastleCSS/castlecss-forms/issues"
25
},
26
"homepage": "https://github.com/CastleCSS/castlecss-forms#readme",
27
- "dependencies": {
+ "dependencies": {
28
+ "castlecss-core": "^2.3.0",
29
"jquery": "^3.1.1"
- },
30
- "devDependencies": {
31
- "webpack": "^2.2.1",
32
- "eslint": "^3.15.0",
33
- "eslint-loader": "^1.6.1"
34
- }
35
-}
+ },
+ "devDependencies": {
+ "webpack": "^2.2.1",
+ "eslint": "^3.15.0",
+ "eslint-loader": "^1.6.1"
+ }
36
+}
0 commit comments