Skip to content

Commit b121dd2

Browse files
author
LashaKakabadze
committed
v1.3.1.
1 parent 8d55251 commit b121dd2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "javascript-color-gradient",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "javascript-color-gradient is a lightweight JavaScript library, used to generate an array of color gradients by providing start and finish colors, as well as the required number of midpoints. ",
5-
"main": "dist/index.js",
5+
"main": "src/index.js",
66
"scripts": {
77
"test": "mocha src/index.test.js -w",
8-
"prebuild": "rimraf dist",
8+
"prebuild": "rimraf src",
99
"build": "npm-run-all --parallel build:*",
10-
"build:main": "babel --out-dir dist --ignore *.test.js src",
10+
"build:main": "babel --out-dir src --ignore *.test.js src",
1111
"build:umd": "webpack --output-filename index.umd.js",
1212
"build:umd.min": "webpack --output-filname index.umd.min.js -p"
1313
},

0 commit comments

Comments
 (0)