hig-vanilla
Advanced tools
Comparing version 0.2.0-alpha.a18882be to 0.2.0-alpha.a2391bda
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.2.0-alpha.a18882be", | ||
"version": "0.2.0-alpha.a2391bda", | ||
"main": "lib/hig.js", | ||
@@ -23,8 +23,8 @@ "files": [ | ||
"generate-index": "node ./dev/generate-index.js", | ||
"lint": "eslint --ext .jsx,.js dev src", | ||
"lint-fix": "eslint --ext .jsx,.js dev src --fix", | ||
"lint": "eslint --color --ext .jsx,.js dev src", | ||
"lint-fix": "eslint --color --ext .jsx,.js dev src --fix", | ||
"watch": "webpack --watch --config webpack.dev.js" | ||
}, | ||
"dependencies": { | ||
"hig-interface": "0.2.0-alpha.a18882be" | ||
"hig-interface": "0.2.0-alpha.a2391bda" | ||
}, | ||
@@ -39,3 +39,2 @@ "devDependencies": { | ||
"babel-preset-stage-2": "^6.24.1", | ||
"concurrently": "^3.4.0", | ||
"css-loader": "^0.26.1", | ||
@@ -42,0 +41,0 @@ "dotenv": "^4.0.0", |
# hig-vanilla | ||
# DEPRECATION WARNING: this package is no longer getting updates. Use the component packages published in the @hig namespace, and browse their source at [`packages`](..). | ||
The HIG Web implementation consists of `html`, `css` and `js`. You can opt to only consume the `html` and `css` part and write the wrapper against the `interface.json` yourself (hard) or opt to use our `js` wrapper directly (easy). | ||
@@ -28,3 +31,3 @@ | ||
more advanced button examples can be found in [the components tests dir](src/components/button/tests/tests-button.html) | ||
More examples can be found in each components' test directories. | ||
@@ -31,0 +34,0 @@ ## Contribute |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
658201
32
36
+ Addedhig-interface@0.2.0-alpha.a2391bda(transitive)
- Removedhig-interface@0.2.0-alpha.a18882be(transitive)