Skip to content

Commit d680431

Browse files
committed
1 parent 6ced862 commit d680431

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "cra-plugin-css-modules",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CSS Modules plugin for Create React App",
55
"main": "index.js",
66
"repository": "jdcrensh/create-react-app#custom",
77
"author": "Jon Crenshaw <[email protected]>",
88
"license": "MIT",
99
"dependencies": {
10-
"cra-plugin-utils": "^0.1.0"
10+
"cra-plugin-utils": "^0.2.0"
1111
}
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "cra-plugin-no-hashes",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Plugin to disable file hashes for Create React App",
55
"main": "index.js",
66
"repository": "jdcrensh/create-react-app#custom",
77
"author": "Jon Crenshaw <[email protected]>",
88
"license": "MIT",
99
"dependencies": {
10-
"cra-plugin-utils": "^0.1.0"
10+
"cra-plugin-utils": "^0.2.0"
1111
}
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "cra-plugin-no-minify",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Plugin to disable minification for Create React App",
55
"main": "index.js",
66
"repository": "jdcrensh/create-react-app#custom",
77
"author": "Jon Crenshaw <[email protected]>",
88
"license": "MIT",
99
"dependencies": {
10-
"cra-plugin-utils": "^0.1.0"
10+
"cra-plugin-utils": "^0.2.0"
1111
}
1212
}

packages/cra-plugin-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-plugin-utils",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Core utilities for Create React App plugins",
55
"main": "index.js",
66
"repository": "jdcrensh/create-react-app#custom",

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdcrensh/react-scripts",
3-
"version": "1.0.12-1",
3+
"version": "1.0.12-2",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "jdcrensh/create-react-app#custom",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)