hig-vanilla
Advanced tools
Comparing version 0.2.0-alpha.b165e35d to 0.2.0-alpha.b1907560
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.2.0-alpha.b165e35d", | ||
"version": "0.2.0-alpha.b1907560", | ||
"main": "lib/hig.js", | ||
@@ -18,2 +18,3 @@ "files": [ | ||
"scripts": { | ||
"build": "webpack -p --config webpack.prod.js", | ||
"build-icons": "node src/basics/icons/build/build.js", | ||
@@ -23,9 +24,8 @@ "deploy": "yarn lib && surge .", | ||
"generate-index": "node ./dev/generate-index.js", | ||
"lib": "webpack -p --config webpack.prod.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.b165e35d" | ||
"hig-interface": "0.2.0-alpha.b1907560" | ||
}, | ||
@@ -40,3 +40,2 @@ "devDependencies": { | ||
"babel-preset-stage-2": "^6.24.1", | ||
"concurrently": "^3.4.0", | ||
"css-loader": "^0.26.1", | ||
@@ -43,0 +42,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
Sorry, the diff of this file is too big to display
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
658164
32
36
+ Addedhig-interface@0.2.0-alpha.b1907560(transitive)
- Removedhig-interface@0.2.0-alpha.b165e35d(transitive)