hig-vanilla
Advanced tools
Comparing version 0.2.0-alpha.108207e2 to 0.2.0-alpha.10c1414e
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.2.0-alpha.108207e2", | ||
"version": "0.2.0-alpha.10c1414e", | ||
"main": "lib/hig.js", | ||
@@ -18,18 +18,13 @@ "files": [ | ||
"scripts": { | ||
"build": "webpack -p --config webpack.prod.js", | ||
"build-icons": "node src/basics/icons/build/build.js", | ||
"deploy": "yarn lib && surge .", | ||
"dev-server": "webpack-dev-server --open --config webpack.dev.js", | ||
"gemini": "concurrently 'http-server' 'gemini test dev/gemini/*' --kill-others", | ||
"gemini-ci": "gemini test dev/gemini/* --reporter html --reporter flat", | ||
"gemini-report": "concurrently 'http-server' 'gemini test dev/gemini/* --reporter html --reporter flat' --kill-others", | ||
"gemini-update": "concurrently 'http-server' 'gemini update dev/gemini/*' --kill-others", | ||
"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", | ||
"test": "yarn gemini", | ||
"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.108207e2" | ||
"hig-interface": "0.2.0-alpha.10c1414e" | ||
}, | ||
@@ -44,3 +39,2 @@ "devDependencies": { | ||
"babel-preset-stage-2": "^6.24.1", | ||
"concurrently": "^3.4.0", | ||
"css-loader": "^0.26.1", | ||
@@ -56,4 +50,2 @@ "dotenv": "^4.0.0", | ||
"extract-text-webpack-plugin": "^2.0.0-rc.3", | ||
"gemini": "^4.18.1", | ||
"gemini-sauce": "^1.0.1", | ||
"http-server": "^0.10.0", | ||
@@ -60,0 +52,0 @@ "i18next": "^8.1.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
32
36
658164
+ Addedhig-interface@0.2.0-alpha.10c1414e(transitive)
- Removedhig-interface@0.2.0-alpha.108207e2(transitive)