File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"version" : " 3.7.1" ,
6
6
"main" : " dist/jquery.js" ,
7
7
"scripts" : {
8
- "authors:check" : " node -e \" (async () => { const { checkAuthors } = await import( './build/release/authors.js') ; checkAuthors() }) ()\" " ,
9
- "authors:update" : " node -e \" (async () => { const { updateAuthors } = await import( './build/release/authors.js') ; updateAuthors() }) ()\" " ,
8
+ "authors:check" : " node --input-type=module - e \" import { checkAuthors } from './build/release/authors.js'; checkAuthors()\" " ,
9
+ "authors:update" : " node --input-type=module - e \" import { updateAuthors } from './build/release/authors.js'; updateAuthors()\" " ,
10
10
"babel:tests" : " babel test/data/core/jquery-iterability-transpiled-es6.js --out-file test/data/core/jquery-iterability-transpiled.js" ,
11
11
"build" : " node ./build/command.js" ,
12
- "build:all" : " node -e \" (async () => { const { buildDefaultFiles } = await import( './build/tasks/build.js') ; buildDefaultFiles() }) ()\" " ,
12
+ "build:all" : " node --input-type=module - e \" import { buildDefaultFiles } from './build/tasks/build.js'; buildDefaultFiles()\" " ,
13
13
"build:clean" : " rimraf --glob dist/*.{js,map} --glob dist-module/*.{js,map}" ,
14
- "build:main" : " node -e \" (async () => { const { build } = await import( './build/tasks/build.js') ; build() }) ()\" " ,
14
+ "build:main" : " node --input-type=module - e \" import { build } from './build/tasks/build.js'; build()\" " ,
15
15
"lint:dev" : " eslint --cache ." ,
16
16
"lint:json" : " jsonlint --quiet package.json" ,
17
17
"lint" : " concurrently -r \" npm:lint:dev\" \" npm:lint:json\" " ,
You can’t perform that action at this time.
0 commit comments