Update version
Browse files- package.json +1 -2
- index.d.ts.todo → types/index.d.ts.todo +0 -0
package.json
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
{
|
2 |
"name": "driver.js",
|
3 |
-
"version": "0.3.
|
4 |
"description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
|
5 |
"main": "dist/driver.min.js",
|
6 |
-
"types": "types/index.d.ts",
|
7 |
"scripts": {
|
8 |
"start": "node server.js",
|
9 |
"build": "webpack --config webpack.config.prod.js"
|
|
|
1 |
{
|
2 |
"name": "driver.js",
|
3 |
+
"version": "0.3.2",
|
4 |
"description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
|
5 |
"main": "dist/driver.min.js",
|
|
|
6 |
"scripts": {
|
7 |
"start": "node server.js",
|
8 |
"build": "webpack --config webpack.config.prod.js"
|
index.d.ts.todo → types/index.d.ts.todo
RENAMED
File without changes
|