File tree Expand file tree Collapse file tree 3 files changed +2023
-144
lines changed Expand file tree Collapse file tree 3 files changed +2023
-144
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,15 @@ after_script: greenkeeper-lockfile-upload
1414after_success :
1515- yarn global add codecov
1616- codecov
17+ - npm run travis-deploy-once "npm run semantic-release"
1718cache :
1819 yarn : true
1920branches :
2021 only :
2122 - master
2223 - " /^greenkeeper/.*$/"
24+ except :
25+ - /^v\d+\.\d+\.\d+$/
2326env :
2427 global :
2528 secure : AFR8KvRS3A58pv3k96/Zuj+7pqlDUDZsQgcL+o++2zyDVXpFJpHMSGRy3qEpCiVp+k8HxXjiw+dRDBYkDOrEQXZ0gaiAVeyl+19VO0XXLw0KmCW8kRNajsg2g2b4+2CWos7JowMgqPQLJRosm0qyojiBSzKlzrW4be34PqtoCA0K6SQ6fKnge6nW9iU6yUJHm3fG4tqDNu5BB2A5PuC9KwVY51dj627faKfVvsVOpbBSH6imy9o3NsZvp5pmB3KvvH/ISxvaMh42FSM/NmIemkMsyxlS5ZOuJFKM3NvXQSBp6rUY5eUp/S4O3PzZIiNQSPbJXA2lPVkQIeiPyTX2dZ3ssHcmYZeFm3OxIlq1SNORp659K+mCAiRLuY2WyWLh6zJtedCUlN/Q1+WILm4aXNXl5RbBr3DMPhM/ELXD37Pg/JTSdgDI6NUgF/OZ2PJu/Dr76Q4gtF6BQemk8MkJ1X6Q/JZDIp4XDMB9WZHqQARk4nCqQnjJyQXoYiwsHN5cquFpdD6aMJLTzFZB3DiqcN3caEO0TfFG0adq2cvk5HfRkEs9m4oKQw9j6n1IyWtJzy/P0acoqjmFSmh5AdOchIUB/dkVWsYek4gGFIWoV6erPgUhJ1KDAVUYoXHI5Q7RQItCWtEF3BJ8J2r4ez0KoFcobpnc1OBPsnSrXdWNB04=
Original file line number Diff line number Diff line change 11{
22 "name" : " add-asset-html-webpack-plugin" ,
3- "version" : " 2.1.3 " ,
3+ "version" : " 0.0.0-development " ,
44 "description" : " Add a JS or CSS assets to a generated HTML file" ,
55 "files" : [
66 " lib/" ,
2323 "test" : " jest" ,
2424 "pretravis" : " npm run lint && npm run clean" ,
2525 "travis" : " npm run cover" ,
26- "precommit" : " lint-staged"
26+ "precommit" : " lint-staged" ,
27+ "travis-deploy-once" : " travis-deploy-once" ,
28+ "semantic-release" : " semantic-release"
2729 },
2830 "repository" : " SimenB/add-asset-html-webpack-plugin" ,
2931 "keywords" : [
6567 "prettier" : " ^1.8.2" ,
6668 "slash" : " ^2.0.0" ,
6769 "webpack" : " ^4.0.0" ,
68- "webpack-cli" : " ^3.1.0"
70+ "webpack-cli" : " ^3.1.0" ,
71+ "travis-deploy-once" : " ^5.0.7" ,
72+ "semantic-release" : " ^15.9.15"
6973 },
7074 "peerDependencies" : {
7175 "html-webpack-plugin" : " ^3.0.4"
You can’t perform that action at this time.
0 commit comments