Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit e129743

Browse files
committed
Release 1.0.0-alpha.3
1 parent ba40f13 commit e129743

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "next-page-transitions",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Simple and customizable page transitions for Next.js apps",
55
"main": "lib/index.js",
66
"files": [
77
"lib/"
88
],
99
"scripts": {
1010
"build": "rimraf lib && babel src --out-dir lib",
11-
"build-watch": "rimraf lib && babel src --out-dir lib --watch",
11+
"build:watch": "rimraf lib && babel src --out-dir lib --watch",
1212
"prettier": "prettier --write \"src/**/*.js\" \"examples/**/*.js\"",
13-
"prettier-diff": "prettier --list-different \"src/**/*.js\" \"examples/**/*.js\"",
14-
"lint-js": "eslint --ext js src examples",
15-
"fix-lint-js": "eslint --ext js . --fix"
13+
"prettier:diff": "prettier --list-different \"src/**/*.js\" \"examples/**/*.js\"",
14+
"lint": "eslint --ext js src examples",
15+
"lint:fix": "eslint --ext js . --fix"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)