mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2025-01-18 08:26:09 +01:00
package updates
This commit is contained in:
parent
2b268a1c6c
commit
0a5cc27f63
@ -5,7 +5,7 @@
|
|||||||
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "babel src --out-dir . --ignore __tests__",
|
"build": "babel src --out-dir . --ignore __tests__",
|
||||||
"watch": "babel -w src --out-dir . --ignore __tests__",
|
"start": "babel -w src --out-dir . --ignore __tests__",
|
||||||
"test": "eslint ./src/**/*.js",
|
"test": "eslint ./src/**/*.js",
|
||||||
"release": "npm run changelog && ./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
"release": "npm run changelog && ./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
||||||
"release-minor": "npm run changelog && ./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
"release-minor": "npm run changelog && ./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
||||||
@ -15,8 +15,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"react": "^16.4.2",
|
"react": "^16.6.3",
|
||||||
"react-hot-loader": "^4.3.4"
|
"react-hot-loader": "^4.3.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "^6.26.0",
|
"babel-cli": "^6.26.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user