Skip to content

Commit d6948e5

Browse files
committed
Fix post installation script
1 parent 26dd152 commit d6948e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"coverage": "cross-env COVERAGE=true npm test",
2222
"sandbox:bundle": "./node_modules/rollup/bin/rollup -w -c ./.ignore/sandbox/rollup.conf.sandbox.js",
2323
"sandbox:server": "node ./.ignore/sandbox/server.sandbox.js",
24-
"coverage:server": "node ./.ignore/coverage/server.coverage.js"
24+
"coverage:server": "node ./.ignore/coverage/server.coverage.js",
25+
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove ScrollReveal? 🔑 Buy a license!\\u001b[22m\\u001b[35m\\n >> \\u001b[33mhttps://scrollrevealjs.org/pricing/\\u001b[0m\\n')\""
2526
},
2627
"keywords": [
2728
"scroll",
@@ -70,6 +71,5 @@
7071
"sinon-chai": "^2.8.0"
7172
},
7273
"author": "Julian Lloyd",
73-
"license": "GPL-3.0",
74-
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove ScrollReveal? 🔑 Buy a license!\\u001b[22m\\u001b[35m\\n >> \\u001b[33mhttps://scrollrevealjs.org/pricing/\\u001b[0m\\n')\""
74+
"license": "GPL-3.0"
7575
}

0 commit comments

Comments
 (0)