mirror of
https://github.com/primer/css.git
synced 2024-12-25 07:03:35 +03:00
Adding notify script to the rest of the modules
This commit is contained in:
parent
ce54470e5a
commit
8ea1bd90c2
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -29,7 +29,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -24,7 +24,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"test": "npm run build",
|
||||
"lint": "../../script/lint-scss"
|
||||
"lint": "../../script/lint-scss",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-base": "1.7.2",
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -22,7 +22,9 @@
|
||||
"scripts": {
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "npm run lint",
|
||||
"build": "../../script/npm-run primer-module-build index.scss"
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"keywords": [
|
||||
"primer",
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "1.5.2",
|
||||
|
@ -30,7 +30,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "1.5.2",
|
||||
|
@ -24,7 +24,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"test": "npm run build",
|
||||
"lint": "../../script/lint-scss"
|
||||
"lint": "../../script/lint-scss",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-buttons": "1.0.6",
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "1.5.2",
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "1.5.2",
|
||||
|
@ -21,7 +21,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -21,7 +21,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -24,7 +24,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"test": "npm run build",
|
||||
"lint": "../../script/lint-scss"
|
||||
"lint": "../../script/lint-scss",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-alerts": "1.5.7",
|
||||
|
@ -21,7 +21,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -23,7 +23,9 @@
|
||||
"scripts": {
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "npm run lint",
|
||||
"build": "../../script/npm-run primer-module-build index.scss"
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"keywords": [
|
||||
"primer",
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -25,7 +25,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "1.5.2",
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint"
|
||||
"test": "../../script/npm-run-all build lint",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "4.5.4"
|
||||
|
@ -26,7 +26,9 @@
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
"test": "../../script/npm-run-all build lint test-docs",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "<%= dependencies['primer-support'].version %>"
|
||||
|
@ -24,7 +24,9 @@
|
||||
"scripts": {
|
||||
"ava": "../../script/npm-run ava --verbose \"tests/**/*.js\"",
|
||||
"lint": "../../script/npm-run eslint lib/**/*.js *.js tests/**/*.js",
|
||||
"test": "../../script/npm-run-all lint ava"
|
||||
"test": "../../script/npm-run-all lint ava",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"keywords": [
|
||||
"primer",
|
||||
|
@ -12,7 +12,9 @@
|
||||
"scripts": {
|
||||
"ava": "ava --verbose \"tests/**/*.js\"",
|
||||
"lint": "eslint **/*.js",
|
||||
"test": "../../script/npm-run-all lint ava"
|
||||
"test": "../../script/npm-run-all lint ava",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"repository": "https://github.com/primer/primer/tree/master/tools/stylelint-config-primer",
|
||||
"dependencies": {
|
||||
|
@ -6,7 +6,9 @@
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"tape": "node test/index.js",
|
||||
"test": "../../script/npm-run-all lint tape"
|
||||
"test": "../../script/npm-run-all lint tape",
|
||||
"prepublishOnly": "../../script/notify pending",
|
||||
"publish": "../../script/notify success"
|
||||
},
|
||||
"keywords": [
|
||||
"stylelint-rule",
|
||||
|
Loading…
Reference in New Issue
Block a user