Skip to content

Commit 2f0ebbd

Browse files
authored
chore(amplify-velocity-template): excluding jison (#5539)
1 parent 6a00819 commit 2f0ebbd

4 files changed

Lines changed: 2407 additions & 150 deletions

File tree

packages/amplify-velocity-template/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ build
77
.idea/*
88
dist/
99
coverage
10-
src/parse/index.js

packages/amplify-velocity-template/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
],
2525
"scripts": {
2626
"test": "npm run test-sub",
27-
"test-sub": "mocha tests --require should",
28-
"pub": "npm version patch && npm publish && git push origin master && git push origin --tag",
29-
"build": "jison src/parse/velocity.yy src/parse/velocity.l -o src/parse/index.js"
27+
"test-sub": "mocha tests --require should"
3028
},
3129
"dependencies": {
3230
"lodash": "^4.17.19"
@@ -36,7 +34,6 @@
3634
"coveralls": "~3.0.9",
3735
"growl": "^1.10.5",
3836
"istanbul": "~0.4.5",
39-
"jison": ">=0.4",
4037
"mocha": ">=7.0.0",
4138
"mocha-lcov-reporter": "1.3.0",
4239
"should": "^13.2.3",

0 commit comments

Comments
 (0)