kamrify commited on
Commit
7bf8455
·
1 Parent(s): 8c5914c

Update version

Browse files
package.json CHANGED
@@ -1,9 +1,8 @@
1
  {
2
  "name": "driver.js",
3
- "version": "0.3.1",
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