@farbenmeer/react-spring-slider
Advanced tools
Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.1
{ | ||
"name": "@farbenmeer/react-spring-slider", | ||
"version": "0.0.1-alpha.0", | ||
"version": "0.0.1-alpha.1", | ||
"main": "dist/index.js", | ||
@@ -33,3 +33,3 @@ "author": { | ||
"scripts": { | ||
"build": "babel src/index.js --out-file dist/index.js && ln -sf src/index.css dist/index.css", | ||
"build": "babel src/index.js --out-file dist/index.js && ln -sf ../src/index.css dist/index.css", | ||
"watch": "babel --watch src --out-file dist/index.js", | ||
@@ -36,0 +36,0 @@ "lint": "prettier-eslint $PWD/src/**/*", |
17518