Skip to content

Commit f312ba2

Browse files
committed
minor changes
1 parent 8076b55 commit f312ba2

File tree

6 files changed

+9
-3762
lines changed

6 files changed

+9
-3762
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
.buildpath
1212
composer.lock
1313
composer.phar
14+
package-lock.json
1415
/dist/
1516
/node_modules/
1617
npm_debug.log

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright 2011-2014 cryptomarket Inc., MIT License
2+
* @license Copyright 2014-2020 cryptomarket Inc., MIT License
33
* see https://github.com/cryptomarket/woocommerce-plugin/blob/master/LICENSE
44
*/
55

@@ -68,7 +68,7 @@ module.exports = function(grunt) {
6868
cssmin: {
6969
build: {
7070
options: {
71-
banner: '/**\n * @license Copyright 2011-2014 cryptomarket Inc., MIT License\n * see https://github.com/cryptomarket/woocommerce-plugin/blob/master/LICENSE\n */'
71+
banner: '/**\n * @license Copyright 2014-2020 cryptomarket Inc., MIT License\n * see https://github.com/cryptomarket/woocommerce-plugin/blob/master/LICENSE\n */'
7272
},
7373
files: {
7474
'dist/cryptomarket-for-woocommerce/assets/css/style.css': ['src/assets/css/**.css']

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2015 cryptomarket, Inc.
3+
Copyright (c) 2014-2020 CryptoMarket, Inc.
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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "package",
55
"package": {
66
"name": "wordpress",
7-
"version": "4.8.2",
7+
"version": "5.4",
88
"dist": {
99
"type": "zip",
10-
"url": "https://github.com/WordPress/WordPress/archive/4.8.2.zip"
10+
"url": "https://github.com/WordPress/WordPress/archive/5.4.zip"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)