Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Released version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Jankord committed Jul 13, 2017
1 parent 1f043d9 commit 9eccff0
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-toolkit",
"version": "1.0.0",
"version": "1.1.0",
"description": "Utilities to help when developing terra modules.",
"main": "lib/index.js",
"engines": {
Expand Down Expand Up @@ -39,53 +39,53 @@
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=chrome WEBPACK_CONFIG_PATH=../tests/test.config node ./lib/scripts/nightwatch-process.js --config tests/nightwatch.conf.js -e chrome-tiny,chrome-small,chrome-medium,chrome-large,chrome-huge,chrome-enormous",
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=firefox WEBPACK_CONFIG_PATH=../tests/test.config node ./lib/scripts/nightwatch-process.js --config tests/nightwatch.conf.js -e firefox-tiny,firefox-small,firefox-medium,firefox-large,firefox-huge,firefox-enormous",
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=safari WEBPACK_CONFIG_PATH=../tests/test.config node ./lib/scripts/nightwatch-process.js --config tests/nightwatch.conf.js -e safari-tiny,safari-small,safari-medium,safari-large,safari-huge,safari-enormous"
},
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"load-json-file": "^2.0.0",
"nightwatch": "^0.9.12",
"node-sass": "^4.5.2",
"phantomjs-prebuilt": "^2.1.14",
"postcss-custom-properties": "^6.0.1",
"postcss-loader": "^1.3.3",
"postcss-rtl": "^0.5.10",
"raw-loader": "^0.5.1",
"request": "^2.81.0",
"sass-loader": "^6.0.3",
"sauce-connect-launcher": "^1.2.0",
"selenium-server-standalone-jar": "3.2.0",
"shelljs": "^0.7.6",
"style-loader": "^0.16.1",
"terra-i18n": "^1.0.0",
"terra-i18n-plugin": "^1.0.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"danger": "^1.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"rimraf": "^2.6.1"
},
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"load-json-file": "^2.0.0",
"nightwatch": "^0.9.12",
"node-sass": "^4.5.2",
"phantomjs-prebuilt": "^2.1.14",
"postcss-custom-properties": "^6.0.1",
"postcss-loader": "^1.3.3",
"postcss-rtl": "^0.5.10",
"raw-loader": "^0.5.1",
"request": "^2.81.0",
"sass-loader": "^6.0.3",
"sauce-connect-launcher": "^1.2.0",
"selenium-server-standalone-jar": "3.2.0",
"shelljs": "^0.7.6",
"style-loader": "^0.16.1",
"terra-i18n": "^1.0.0",
"terra-i18n-plugin": "^1.0.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"danger": "^1.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"rimraf": "^2.6.1"
}
}

0 comments on commit 9eccff0

Please sign in to comment.