Skip to content

Commit 08a792a

Browse files
committed
Move LICENSE to repository root.
1 parent b1b21ed commit 08a792a

File tree

101 files changed

+103
-687
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+103
-687
lines changed

packages/themer-alfred/LICENSE.md LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Matt Swensen
3+
Copyright (c) 2016-present Matt Swensen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/themer-alfred/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
LICENSE.md

packages/themer-alfred/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"node": ">=6.11"
88
},
99
"scripts": {
10-
"test": "jest"
10+
"test": "jest",
11+
"prepublishOnly": "cp ../../LICENSE.md ./"
1112
},
1213
"author": "mjswensen",
1314
"license": "MIT",
+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2+
LICENSE.md
23
lib

packages/themer-atom-syntax/LICENSE.md

-21
This file was deleted.

packages/themer-atom-syntax/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build": "eslint src && babel --out-dir lib src",
1616
"test": "npm run build && jest",
1717
"start": "watch 'npm run test' src",
18-
"prepare": "npm run build"
18+
"prepare": "npm run build",
19+
"prepublishOnly": "cp ../../LICENSE.md ./"
1920
},
2021
"devDependencies": {
2122
"babel-cli": "^6.26.0",

packages/themer-atom-ui/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
.esm-cache
3+
LICENSE.md

packages/themer-atom-ui/LICENSE.md

-21
This file was deleted.

packages/themer-atom-ui/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "An Atom UI theme generator for themer.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest",
8+
"prepublishOnly": "cp ../../LICENSE.md ./"
89
},
910
"repository": {
1011
"type": "git",

packages/themer-bbedit/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
LICENSE.md

packages/themer-bbedit/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A BBEdit theme generator for themer.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest",
8+
"prepublishOnly": "cp ../../LICENSE.md ./"
89
},
910
"repository": {
1011
"type": "git",

packages/themer-chrome/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
LICENSE.md

packages/themer-chrome/LICENSE.md

-21
This file was deleted.

packages/themer-chrome/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A Chrome theme generator for themer.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest",
8+
"prepublishOnly": "cp ../../LICENSE.md ./"
89
},
910
"repository": {
1011
"type": "git",

packages/themer-cmd/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
LICENSE.md

packages/themer-cmd/LICENSE.md

-21
This file was deleted.

packages/themer-cmd/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A CMD.exe theme generator for themer.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest",
8+
"prepublishOnly": "cp ../../LICENSE.md ./"
89
},
910
"repository": {
1011
"type": "git",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
lib
3+
LICENSE.md

packages/themer-colors-default/LICENSE.md

-21
This file was deleted.

packages/themer-colors-default/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"build": "eslint src && babel --out-dir lib src",
2020
"start": "watch 'npm run build' src",
2121
"prepare": "npm run build",
22-
"test": "npm run build && jest"
22+
"test": "npm run build && jest",
23+
"prepublishOnly": "cp ../../LICENSE.md ./"
2324
},
2425
"devDependencies": {
2526
"babel-cli": "^6.26.0",
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
LICENSE.md

packages/themer-colors-finger-paint/LICENSE.md

-21
This file was deleted.

packages/themer-colors-finger-paint/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A warm and friendly color set for themer.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest",
8+
"prepublishOnly": "cp ../../LICENSE.md ./"
89
},
910
"keywords": [
1011
"themer",
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
LICENSE.md

packages/themer-colors-github-universe/LICENSE.md

-21
This file was deleted.

packages/themer-colors-github-universe/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A dark color set for themer, based on the GitHub Universe 2017 color palette.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest",
8+
"prepublishOnly": "cp ../../LICENSE.md ./"
89
},
910
"repository": {
1011
"type": "git",
+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
LICENSE.md

packages/themer-colors-lucid/LICENSE.md

-21
This file was deleted.

packages/themer-colors-lucid/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A color set for themer based on the Lucidchart editor.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest",
8+
"prepublishOnly": "cp ../../LICENSE.md ./"
89
},
910
"repository": {
1011
"type": "git",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
lib
3+
LICENSE.md

packages/themer-colors-night-sky/LICENSE.md

-21
This file was deleted.

packages/themer-colors-night-sky/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build": "eslint src && babel --out-dir lib src",
1616
"start": "watch 'npm run build' src",
1717
"prepare": "npm run build",
18-
"test": "npm run build && jest"
18+
"test": "npm run build && jest",
19+
"prepublishOnly": "cp ../../LICENSE.md ./"
1920
},
2021
"devDependencies": {
2122
"babel-cli": "^6.26.0",
+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
LICENSE.md

packages/themer-colors-nova/LICENSE.md

-21
This file was deleted.

packages/themer-colors-nova/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A themer port of the beautiful Nova color set.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest",
8+
"prepublishOnly": "cp ../../LICENSE.md ./"
89
},
910
"repository": {
1011
"type": "git",

packages/themer-colors-one/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
node_modules
12
lib
2-
node_modules
3+
LICENSE.md

0 commit comments

Comments
 (0)